Lecture # 14 - Text Files (Basic Commands)
Some basic commands used for text files are:
touch: The touch command is used to create empty files or update the timestamp of existing files.
-> To create a file touch [file1-name] [file2-name] [file3-name] is used.
-> To change the timestam...
devopswithabdullah.hashnode.dev5 min read