Terminal introduction workshop: Difference between revisions

From Hackers & Designers
No edit summary
No edit summary
Line 2: Line 2:


Put a list of commands here.
Put a list of commands here.
[[man]]
Navigating the filesystem
[[ls]] - "ls" command
[[ls]] - "ls" command
[[cd]]
up arrows go through history
tab auto-complet
* how to go to another folder
* how to to back
Creating files/etc....
[[touch]]
[[cat]]
[[echo]]
[[wc]]
[[grep]]
what is >
what is >>
what is |
Internet/network stuff
[[ftp]]
[[ssh]]
[[curl]]
Terminal pipeline....
dedoffer

Revision as of 10:09, 20 January 2016

We will say something interesting about Terminal here.

Put a list of commands here.

man

Navigating the filesystem ls - "ls" command cd

up arrows go through history tab auto-complet

  • how to go to another folder
  • how to to back


Creating files/etc.... touch cat echo wc grep


what is > what is >> what is |



Internet/network stuff ftp ssh curl


Terminal pipeline....




dedoffer