0 votes
in Linux by
How to list hidden files from the command line ?

1 Answer

0 votes
by

‘ls -a’ <Folder_Name> is used to  list hidden files from the command line 

...