Search Results

Search: Posts Made By: hex
50,946
Posted By radoulov
$ csh % echo $0 No file for $0 This is...
$ csh
% echo $0
No file for $0

This is more portable:

% ps -p $$
PID TTY TIME CMD
5494 pts/1 0:00 csh


Regards
Dimitre
Forum: Solaris 02-24-2008
60,556
Posted By Perderabo
Maybe something like: find . -type d -print |...
Maybe something like:
find . -type d -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'
71,333
Posted By Ygor
Avoid the UUOC by using...cut -f1-6,8- filename
Avoid the UUOC by using...cut -f1-6,8- filename
Showing results 1 to 3 of 3

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