The first step to Linux part 1 : The basic commands by Olivoy

The first step to Linux part 1 : The basic commands by Olivoy

Author:Olivoy [Olivoy]
Language: eng
Format: epub
Published: 2017-03-12T08:00:00+00:00


Delete all files with tar extension

rm *.tar

Delete both archive.tar and Doc.txt files

rm archive.tar Doc.txt

Delete the Documents directory and all its contents

rm -rf Documents/.

Creating a directory

To create a directory simply use the mkdir command. It will allow you to create a directory at the location where you are or the location specified in the command's argument.

mkdir rep1

Creating a file

touch file.txt

Note: If the file name contains a space used in quotation marks

touch "file part1.txt"



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.