Search Results

Search: Posts Made By: realspirituals
1,249
Posted By jayan_jay
$ ls -1d Jan* | awk ' { print "mv "$0" "$0"2010"...
$ ls -1d Jan* | awk ' { print "mv "$0" "$0"2010" } ' | sh
4,769
Posted By bartus11
It is storing the contents of 1.txt into array...
It is storing the contents of 1.txt into array "a", then it is checking if third column on the other files is present in that array. If so, it is printing the filename along with the line that the...
4,769
Posted By bartus11
Try:awk 'NR==FNR{a[$0]=1}$3 in a{print...
Try:awk 'NR==FNR{a[$0]=1}$3 in a{print FILENAME":"$0}' 1.txt A*
13,366
Posted By aigles
Try :find $fpath \( -newer /tmp/newerstart -a \!...
Try :find $fpath \( -newer /tmp/newerstart -a \! -newer /tmp/newerend \) | xargs gzip

Jean-Pierre.
15,997
Posted By jhtrice
Use the basename command. Checkout man basename.
Use the basename command. Checkout man basename.
Showing results 1 to 5 of 5

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