Frequently Asked Question's in UNIX
- How do I remove a file whose name begins with a "-" ?
Ans
- How do I remove a file with funny characters in the filename ?
Ans
- How do I get a recursive directory listing?
Ans
- How do I get the current directory into my prompt?
Ans
- How do I read characters from the terminal in a shell script?
Ans
- How do I rename "*.foo" to "*.bar", or change file
names to lowercase?
Ans
- Why do I get [some strange error message] when
I "rsh host command" ?
Ans
- How do I {set an environment variable, change directory}
inside a program or shell script and have that change
affect my current shell?
Ans
- How do I redirect stdout and stderr separately in csh?
Ans
- How do I tell inside .cshrc if I'm a login shell?
Ans
- How do I construct a shell glob-pattern that matches all files
except "." and ".." ?
Ans
- How do I find the last argument in a Bourne shell script?
Ans
- What's wrong with having '.' in your $PATH ?
Ans