Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to create a new file in kali linux

// To create a new file run the cat command followed by the redirection operator > and the name of the file you want to create.
// Press Enter type the text and once you are done press the CRTL+D to save the files.
cat > file1.txt
Comment

PREVIOUS NEXT
Code Example
Shell :: 7zip cmd 
Shell :: bash script getopts no argument 
Shell :: openssl universal requires cocoapods openssl-universal 
Shell :: bash loop array 
Shell :: docker update all images 
Shell :: git remove file from gitignore 
Shell :: httpd https docker 
Shell :: how to install anything on kali linux 
Shell :: gif to webm ffmpeg 
Shell :: intsall ifconfig mac os 
Shell :: scp folder recursive 
Shell :: installing xlswriter 
Shell :: vim jump to line number 
Shell :: docker remove tag 
Shell :: show internet password 
Shell :: How to remove docker.io from Ubuntu? 
Shell :: new commit 
Shell :: get full path of files in directory linux command 
Shell :: create virtual environment anaconda 
Shell :: how to start docker in ubuntu 
Shell :: wget download list of urls 
Shell :: which zsh theme im using 
Shell :: mac install sklearn 
Shell :: using tar 
Shell :: redwood open prisma studio 
Shell :: install yarn fedora 
Shell :: git sync branches 
Shell :: view live log linux 
Shell :: problem detected port 80 in use by unable to open process with pid 4 
Shell :: git clone only one branch 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =