T.R | Title | User | Personal Name | Date | Lines |
---|
3404.1 | | WJG::GUINEAU | | Tue Jan 30 1990 13:04 | 17 |
|
try
1> ls -R sys:.info
Oops! You need ls to do this...
WJG::AMIGA:LS31.ZOO
has this command, and
WJG::AMIGA:MV12.ZOO
has MV, CP, RM
John (sloowly giving in to UNIX :-)
|
3404.2 | LS to replace DIR in my C: | AKOV11::SMITH | Reality, just a visible imagination? | Thu Feb 01 1990 11:08 | 6 |
| Thanks John,
From reading the docs it looks like LS is what I looking for. I download it
and try it this weekend.
Ed
|
3404.3 | ls -RHfP diskname:*/filename | DUGGAN::GAY | Now where'd I put that hammer... | Mon Feb 12 1990 08:29 | 15 |
| You've probably already figured this out, but the way that I use
LS to search a disk for a file is this:
ls -RHfP diskname:*/filename
|||\
||\ show path
|\ files only
\ don't print directories as search them
recursive
Happy searching
Yours
Erg
|
3404.4 | another nice combination | FRSOLD::ZIMMERMANN | Ralf, DTN *861-3236, @FRS | Mon Feb 19 1990 10:23 | 9 |
|
alias LS util:ls -l []
alias LS[...] util:ls -lRTk []
Ralf
====
|
3404.5 | some more ... | FRSOLD::ZIMMERMANN | Wer von Euch Kerls ist Kowalski | Fri Apr 20 1990 12:21 | 17 |
|
alias LS util:ls -l []
alias LS/FILE util:ls >DIR.LIS -l []
alias LS[...] util:ls -lRT []
alias LS[...]/FILE util:ls >DIR.LIS -lRTk []
alias LSR util:ls -RHfP []
alias LSR/FILE util:ls >DIR.LIS -RHfP []
alias LSD util:ls -dRHPk []
alias LSDIR util:ls -dlRT []
alias LSDIR/FILE util:ls >DIRS.txt -dlRk []
alias LS/DATE util:ls -lt []
alias LS/SIZE util:ls -ls []
ralf
====
|