Rejoining class chat Most of you probably already know this but I thought I would throw it on here for quick reference. So to join a class chat session do:
$screen irssi /server irc /join nameOfYourCouse
Using vi/vim
Viewing files in a directory with Wildcards
Wildcards
Some basic scripting stuff and cool commands…
* If you would like to use a command but need to have a “-something” the “-” would make the command try and use “something” as an argument. So if you need to have a “-” in something you need in a command you can use – to negate the later “-”. An example of this: grep -q – '-greppingForThis'
$ cat <<name >stuff here. >More things. >name
$ cat <<< "Stuff" Stuff
... 550 echo "hello" 551 echo "$test" $ !550 hello