Skip to content

Instantly share code, notes, and snippets.

@syreal17
Created February 20, 2020 17:42
Show Gist options
  • Save syreal17/8b4bdf7bd0b35a7196b73c02c31c0ec2 to your computer and use it in GitHub Desktop.
Save syreal17/8b4bdf7bd0b35a7196b73c02c31c0ec2 to your computer and use it in GitHub Desktop.
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/`
@FreeFelix
Copy link

"~" When we use it in shell or terminal as a command, It takes us directly in home directory.

@Stackzo
Copy link

Stackzo commented Sep 8, 2024

Are we suppose to know what a directory or in home directory is at this point already? Im confused sorry

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