Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash echo can create file

echo "First file" > test_1.txt
echo "Second file" > test_2.txt
ls
test_1.txt test_2.txt
cat test_1.txt test_2.txt
First file
Second file
Comment

PREVIOUS NEXT
Code Example
Shell :: yarn version 
Shell :: install virtualmin 
Shell :: how to decompress gzip file in linux 
Shell :: du -sh ocult files 
Shell :: git push all 
Shell :: delete all files in a folder in ubuntu 
Shell :: how to download a repository as zip 
Shell :: windows command turn off screen 
Shell :: bash iterate over a list 
Shell :: pygame install 
Shell :: unregister distro 
Shell :: set zsh as default ubuntu 
Shell :: ubuntu list latest installed packages 
Shell :: install chromedriver linux command line 
Shell :: how to remove all files except one in linux 
Shell :: get saved wifi password windows 10 
Shell :: bash curl weather report 
Shell :: php curl skip ssl verification 
Shell :: react-native clean and rebuild 
Shell :: perl reverse shell 
Shell :: composer 2 install in windows 10 
Shell :: install free dbeaver ubuntu 16.04 
Shell :: npm inatall latest version ubuntu 
Shell :: apt install postgres client 
Shell :: ls | wc -l in other directory 
Shell :: how to push code to github 
Shell :: docker compose down 
Shell :: kill port mac 
Shell :: ubuntu epub reader 
Shell :: bash for loop one line 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =