Search Results

Search: Posts Made By: realspirituals
16,029
Posted By jhtrice
Use the basename command. Checkout man basename.
Use the basename command. Checkout man basename.
1,259
Posted By jayan_jay
$ ls -1d Jan* | awk ' { print "mv "$0" "$0"2010"...
$ ls -1d Jan* | awk ' { print "mv "$0" "$0"2010" } ' | sh
13,491
Posted By aigles
Try :find $fpath \( -newer /tmp/newerstart -a \!...
Try :find $fpath \( -newer /tmp/newerstart -a \! -newer /tmp/newerend \) | xargs gzip

Jean-Pierre.
4,877
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,877
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*
Showing results 1 to 5 of 5

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