In DOS, the command dir /s /ah will recurse through every subdirectory and show all files with the "hidden" attribute.
What is the linux equivalent?
|
In DOS, the command What is the linux equivalent?
| ||||
|
feedback
|
|
The standard linux filesystems don't come with a "hidden" attribute for files, but convention is that files with names starting with a dot are not shown by e.g.
| |||
|
feedback
|
|
I usually use | |||
|
feedback
|
|
I have the following aliases in my
They show dotfiles in the current directory. In case you want to recurse through subdirectories, add the | |||
|
feedback
|