Unit 0: Conversing in Plain Text

June 6, 2016 ยท View on GitHub

Follow Along

mkdir test/
cd test

echo "hello world" > hello.txt
cat hello.txt
wc -c hello.txt

# open Microsoft Word
# type hello world
# save file to your test folder as hello.docx
cat hello.docx
wc -c hello.docx

# What other information accounts for the disparity between hello.txt and hello.docx?

Historical Interlude: Morse and Baudot

Morse Code


Baudot Tape


ASCII

Your Turn

  • Find three different types of files online
  • Download to your test/ directory
  • use cat to peak inside