Search Results

Search: Posts Made By: mark.mohit
2,841
Posted By mark.mohit
$ echo "h,e,l,l,o, world" |tr -d ',' hello...
$ echo "h,e,l,l,o, world" |tr -d ','
hello world
i hope it will solve ur problem
2,138
Posted By mark.mohit
date '+%m %d %c' | awk '{print $7,$1,$2}'| tr -d...
date '+%m %d %c' | awk '{print $7,$1,$2}'| tr -d ' '
20120801
simpler way to do that i hope so
5,345
Posted By mark.mohit
Hi you can try last -an | head last just...
Hi

you can try last -an | head
last just read /var/adm/wtmpx file.
Showing results 1 to 3 of 3

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