Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Can I use awk in a perl script?
Name: skat2004 Date: November 24, 2004 at 03:33:31 Pacific OS: Solaris CPU/Ram: Sparc
Comment:
I'm just learning perl and I have a question. Can I use awk in a perl script? I tried this @s_users=`/usr/bin/last | head |awk {'print $1'}"` ; but it didn't work. The result is just the commans last|head Thanks
Summary: Hi there. I want to use rsync in a shell script. To get rsync to read 2 files the syntax requires a space separated list enclosed in single quotes e.g. rsync -e ssh -avz root@server:'/etc/file1 /etc...
Summary: I am trying to compile a C program on linux, which is running perfactly on Dos/Windows plateform. But finally i have to run this program on linux. It is giving a error that 'undefined reference to 'it...
Summary: Hi all. Just started using this ver of Slackware and have problem with using mailto in a shell script (used mail in the past and it worked fine). If I have any blank lines in the message it arrives ...