💾 Archived View for freeshell.de › gemlog › 2022-06-21_Go_where_.gmi captured on 2023-01-29 at 03:19:40. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
This seems like the least useful thing to type at a command prompt:
cd .
"Take me to where I already am, please."
But suppose that your current directory, /whatever/foo, is a symlink, and some other process has deleted and recreated foo.
$ ls ls: cannot open directory .: stale file handle $ cd . $ ls [list of files]