Unix Tips
From: Alan Connor (zzzzzz_at_xxx.yyy)
Date: 05/25/04
- Next message: KenW: "MS Word conversion to tiff"
- Previous message: Sachin Kailaje: "Looking for a UNIX Poster"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 25 May 2004 08:19:15 GMT
Ever sat there looking at your home directory and wondered just what the blazes
half those files were about? :-)
alias toc='head -v $(find ./ -type f -maxdepth 1) | less'
(bash2)
This brings up what is basically a table of contents for the directory
you are in.
To do any operations on the files you run across, just hit "!" and you are
at the prompt while still within less.
Crude but very useful.
Anyone else got any little 'tricks' that make running Unix more
efficient and pleasant?
AC
-- It's all Geek to me.
- Next message: KenW: "MS Word conversion to tiff"
- Previous message: Sachin Kailaje: "Looking for a UNIX Poster"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]