User Tools

Site Tools


notes:unix:fall2023:projects:tpb1

This is an old revision of the document!


Table of Contents

TPB1

Begin by going to /var/public/fall2023/unix/gfo0/. You should go into your directory and copy the file/s that are there to your home directory. Make sure to also grab the README file.

TOOLBOX

  • file(1)
  • sed(1)
  • basenc(1)
  • cat(1) - Used to view the contents of a file.
  • cut(1) - Outputs part the specified amount of a file. Can use the `-c` modifier to specify how many columns across you would like to output.
  • grep(1) -
  • head(1) - Outputs specified amount of a file. Can use the `-n` modifier to specify which rows starting from the top, to include.
  • paste(1) - Outputs the contents of two files next to each other horizontally. Can specify paste -d “” file1 file2 to output the files without any spaces seperating them.
  • sort(1) -
  • tail(1) - Similar to head but outputs rows of file from the bottom up
  • tr(1) -
  • uudecode(1) -
  • uniq(1) -

VERIFICATION

MD5SUM

notes/unix/fall2023/projects/tpb1.1695574742.txt.gz · Last modified: 2023/09/24 16:59 by morcutt