Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!usc!elroy.jpl.nasa.gov!ucla-cs!rutgers!cmcl2!adm!news From: karl@forest.gsfc.nasa.gov (Karl Anderson) Newsgroups: comp.unix.questions Subject: Re: Half of a ls -l ? [INFO-UNIX Digest V12#102] Message-ID: <26872@adm.brl.mil> Date: 13 May 91 18:22:36 GMT Sender: news@adm.brl.mil Lines: 16 robby@nuchat.sccsi.com (Robert Oliver Jr.) writes: > Has anybody out there ever printed out the size,date and name of a file >without the permitions and owners just the size,date & name. I would like >to know how you did it! Do you have the 'cut' command? Here's an alias I have defined in my .cshrc on my Suns: alias sdir 'ls -lta \!* | cut -c33- | more' The "-c33-" option to cut says "print everything from column 33 on." Karl A. Anderson | Internet: karl@forest.gsfc.nasa.gov NASA/GSFC code 923 (STX) | voice: (301) 286-3815 Greenbelt, MD 20771 | #include "std_disclaimer"