Results 1 to 4 of 4
Does anybody know how I can view hidden files in the terminal. I use the ls command, but it dosent list any of the files that are preceded with a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-12-2004 #1Linux Newbie
- Join Date
- Nov 2004
- Posts
- 166
Hidden Files In Terminal
Does anybody know how I can view hidden files in the terminal. I use the ls command, but it dosent list any of the files that are preceded with a "./". The terminals that I use are rxvt and xterm. Thanks in advance!
Registered Linux User Number 373366
- 12-12-2004 #2Linux User
- Join Date
- Jul 2004
- Location
- USA, Michigan, Detroit
- Posts
- 329
it is the first option listed inCode:ls -a
it might be a good idea for you to look at itCode:man ls
Long live the revolution!
Have a nice day.
If you want real change vote Libertarian!
- 12-12-2004 #3Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
They aren't really hidden though, it's just that ls doesn't show files beginning with . unless you give it the -a option.
- 12-13-2004 #4Linux Newbie
- Join Date
- Nov 2004
- Posts
- 166
I'll look it up next time...
Registered Linux User Number 373366


Reply With Quote
