How to display hidden files in linux terminal
Linux272
description
View hidden folders and files under linux
command
ls -a
parameter
ls : List information about the FILEs (the current directory by default). -a, --all : do not ignore entries starting with .
result
. .. .test test .test.txt test.txt