On Fri, 23 Dec 2005, Michael Stone wrote:

What is the output of ls --version

$ /usr/bin/ls --version
ls (coreutils) 5.2.1
Written by Richard Stallman and David MacKenzie.

Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If using csh, what is the output of "which ls"; if using bash, what is the
output of "type ls"

$ unalias ls
$ csh
executing .alias
Badly placed ()'s.
tpo2:~> which ls
/usr/bin/ls
tpo2:~> exit
$ tcsh
executing .alias
Badly placed ()'s.
tpo2:~> which ls
/usr/bin/ls
$ type ls
ls is /usr/bin/ls
$ ls --color=auto
[...same as before...]

--
--------------------------------------------------------
  Tomas Pospisek
  http://sourcepole.com -  Linux & Open Source Solutions
--------------------------------------------------------


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to