Search Results

Search: Posts Made By: junkmail426
8,216
Posted By junkmail426
perl pattern matching vs. grep
I originally had a shell script that did a grep 10 times to pull out the number of times a certain pattern occured in a file: ie...

aOccurances=`grep aPattern file|wc -l`
bOccurances=`grep...
5,242
Posted By junkmail426
perl translation - date command
I have a shell script I want to write in perl, and I want to do the following in perl:

VAR=xdirect_`date +%Y-%b-%d`*

Any ideas how on how to do this?
Forum: Red Hat 09-22-2005
18,186
Posted By junkmail426
Linux memory usage
What's the best way to find out how much memory is being used/available? I tried using free, but I didn't quite understand the output. Can someone explain it?

$ free
total used...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 01:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy