Search Results

Search: Posts Made By: -Locks-
4,448
Posted By -Locks-
Try sed 's:\/:~:g'
Try

sed 's:\/:~:g'
8,455
Posted By -Locks-
Is this what you're trying to do? awk '{print...
Is this what you're trying to do?
awk '{print $6}' /var/log/messages | awk -F"|" '{t[$1]+=1}END{for (i in t){print t[i],i}}'
53,508
Posted By -Locks-
have you tried head and tail command? head...
have you tried head and tail command?

head -1 file #prints the 1st line of file
tail -1 file #prints the last line of file
Showing results 1 to 3 of 3

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