Satya wrote:
On Thu, Jan 13, 2005 at 11:46:32AM -0800, Nadiem wrote:
--- Sachin A Chavan sachin.chavan@softhome.net wrote:
I dont want to see the filenames started with dot (as output of ls command).
Here is one way.
alias ls='ls | grep -v ^.'
ls doesn't show dot files by default. Sachin's system has ls aliased to something like 'ls -a'. Check /etc/bash* and similar files.
Or alternatively to get the unalised (original) output of the command, or for that matter any command,
\ls
HTH, Rajen.
-- ... Don't be humble ... you're not that great. -- Golda Meir