Search Results

Search: Posts Made By: k_bijitesh
6,528
Posted By Corona688
That's a slight fallacy known as useless use of...
That's a slight fallacy known as useless use of ls * (http://partmaps.org/era/unix/award.html#ls), it's not ls that understands what * means -- it's the shell itself. That's why * works the same way...
6,528
Posted By Corona688
What are the exact contents of this...
What are the exact contents of this TRANSFERRING_FNAME? abc*.dat is not regular expression, it's a glob -- try to interpret it as a regex and it will work wrong. It will match abc.dat, abcadat,...
6,528
Posted By Corona688
Just look for - at the beginning of the line and...
Just look for - at the beginning of the line and print the fields you want.

awk '/^-/ { print $9 "|" $5 }' datafile
Showing results 1 to 3 of 3

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