Re: Mount My Creation [ls -c, -t -u etc]

2003-06-23 Thread Axel Scheepers
dionysus: {1030} man ls -d Directories are listed as plain files (not searched recursively) and symbolic links in the argument list are not indirected through. ... :-) gr, Axel Scheepers ___ [EMAIL PROTECTED]

Re: Mount My Creation [ls -c, -t -u etc]

2003-06-23 Thread Axel Scheepers
- Original Message - [snip] On Sat, 21 Jun 2003, Joshua Oreman wrote: What ls command can I do IN THE CURRENT WORKING DIRECTORY to just see the myfiles/ listing? That is, if I type ls -alF myfiles (or myfiles/), why does the output delve *into* this directory and list its contents?

Re: Mount My Creation [ls -c, -t -u etc]

2003-06-22 Thread Peter Leftwich
On Sat, 21 Jun 2003, Joshua Oreman wrote: On Thu, 19 Jun 2003, Patrick O'Reilly wrote: And see 'man ls' and the switches -c, -t and -u. I was aware of and often use the -t switch (in a tcsh alias), but these have to do with sorting. What if I wanted to see (maybe not as output from a

Re: Mount My Creation [ls -c, -t -u etc]

2003-06-22 Thread Peter Leftwich
On Sun, 22 Jun 2003, Axel Scheepers wrote: prompt$ man ls -d Directories are listed as plain files (not searched recursively) and symbolic links in the argument list are not indirected through. :-) gr, Axel Scheepers Awesome! The post before had just said don't use

Re: Mount My Creation [ls -c, -t -u etc]

2003-06-21 Thread Joshua Oreman
On Sat, Jun 21, 2003 at 12:41:36AM -0400 or thereabouts, Peter Leftwich seemed to write: On Thu, 19 Jun 2003, Patrick O'Reilly wrote: I have noticed in the man page for 'find' that the primaries allow selection based on time last accessed, last modified and last change of status.