User Tools

Site Tools


notes:unix:fall2024:projects:tpb1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:unix:fall2024:projects:tpb1 [2024/10/03 03:27] – [TOOLBOX] bwebste7notes:unix:fall2024:projects:tpb1 [2024/10/03 03:44] (current) – [TOOLBOX] idavis1
Line 13: Line 13:
   * **cut**(**1**) - used to extract sections of lines using delimiters that can be defined by the user with the -d option. The -f option will also be pertinent   * **cut**(**1**) - used to extract sections of lines using delimiters that can be defined by the user with the -d option. The -f option will also be pertinent
   * **paste**(**1**) - used to merge lines from multiple files side by side using a user defined delimiter   * **paste**(**1**) - used to merge lines from multiple files side by side using a user defined delimiter
 +  * **cat**(**1**) - cat can be used to merge two files vertically (cat file1 file2 > file3)
 +  * * **uniq**(**1**) - report or omit reported lines
notes/unix/fall2024/projects/tpb1.1727926047.txt.gz · Last modified: 2024/10/03 03:27 by bwebste7