DataScience Workbook / 05. Introduction to Programming / 2. Introduction to Bash Scripting / 2.1 Process multiple files in Unix


Introduction

Working on multiple files at a time in Unix

(join, comm, diff, spliting, combining, pasting, parallel etc)

Downloading from GitHub git clone Comparing Files: diff, comm Dividing files: cut, split Merging Files: cat, paste, join


Further Reading


Homepage Section Index Previous Next top of page