touch filedot echo "secret" > filedot ls filedot
The most common way to reveal hidden dot files is by using the -a (all) flag. ls -a Use code with caution. . : Represents the current directory. .. : Represents the parent directory. .filename : Shows every hidden file and folder. 2. The "Almost All" Shortcut ls filedot
touch filedot echo "secret" > filedot ls filedot
The most common way to reveal hidden dot files is by using the -a (all) flag. ls -a Use code with caution. . : Represents the current directory. .. : Represents the parent directory. .filename : Shows every hidden file and folder. 2. The "Almost All" Shortcut