diff --git a/Basic-use-cases.md b/Basic-use-cases.md index 4f7db83..4efe43e 100644 --- a/Basic-use-cases.md +++ b/Basic-use-cases.md @@ -301,6 +301,8 @@ To show all files starting with dot (`.`, hidden files on Linux): export LC_COLLATE="C" ``` +Further [reading](https://unix.stackexchange.com/questions/288333/how-can-i-make-ls-show-dotfiles-first-while-staying-case-insensitive). + ## Disable bold fonts Most modern terminal emulators have the option to disable bold fonts. \ No newline at end of file