Search⌘ K
AI Features

Create a File in Bash

Understand how to create new files in Bash with the touch command and modify their access or modification timestamps. Learn to use key options to control file time attributes and improve your command line skills.

We'll cover the following...

This chapter will give you a brief introduction about File Manipulation commands which you must know before moving on to Shell Programming. File Manipulation commands lets you perform necessary operations on your files through terminal. Some of the most powerful commands are given below:

...