Search Results

Search: Posts Made By: u4xmnsk
1,737
Posted By u4xmnsk
am not sure, Is this what are you looking for ? ...
am not sure, Is this what are you looking for ?
ls -l|awk '{ print "-"$8 }'
5,100
Posted By u4xmnsk
Try this : awk -F " " '{ if( $1!="pattern"...
Try this :

awk -F " " '{ if( $1!="pattern" ) print $0 }' filename
37,502
Posted By u4xmnsk
Try this!! cat abc|head -4|tail -2
Try this!!

cat abc|head -4|tail -2
4,825
Posted By u4xmnsk
Could you explain it?
Provide some more information about what exactly you want? I didn't get what your asking..
26,821
Posted By u4xmnsk
grep *.com grep *.net and so on..
grep *.com
grep *.net
and so on..
1,314
Posted By u4xmnsk
ls -altr directory name would do !!
ls -altr directory name

would do !!
1,676
Posted By u4xmnsk
Try this !!!
Try this !!!

Code:

who|while read x ;
do
ps -u $x
done

You can also direct each o/p into separate files.
3,937
Posted By u4xmnsk
still problem with the code
The above code not generating any output.Could you please suggest me ?

Thanks in advance
Showing results 1 to 8 of 8

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