Feb 11, 2008 #1 hokky Technical User Joined Nov 9, 2006 Messages 170 Location AU Hi guys, Im using solaris 8 just wondering whether I can distinguish the color between file and directory in putty as I'm using in linux also what command to list any files start with "." I tried : ls -la | grep ^\. but it doesnt work.. Thanks guys
Hi guys, Im using solaris 8 just wondering whether I can distinguish the color between file and directory in putty as I'm using in linux also what command to list any files start with "." I tried : ls -la | grep ^\. but it doesnt work.. Thanks guys
Feb 11, 2008 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR A starting point ls -lad .* Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
Feb 11, 2008 Thread starter #3 hokky Technical User Joined Nov 9, 2006 Messages 170 Location AU thx phv Upvote 0 Downvote