Skip to content

Instantly share code, notes, and snippets.

@syreal17
Created February 20, 2020 17:42
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
pico Primer for Competitors - Shell Chapter - Got Shell? Section
Q.3: What does `~` mean?
A.3: The shell is parked in Q0h313th's home directory which can be accessed by `~` on the computer called `pico-2019-shell1`
Note: the full path for `~` can be expanded to `/home/Q0h313th/`
Copy link

ghost commented Dec 29, 2022

~ is called a tilde.
It's equivalent to the home directory: /home/Q0h313th/

@praksh134
Copy link

~ means now the shell is having the home directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment