Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

command touch in window

type nul > your_file.txt
Comment

touch in windows

npm install touch-cli -g
Comment

touch in windows

echo . > your_file.txt
Comment

touch command

touch test.txt

// this creates a file called test.txt
Comment

touch command in windows

ECHO text>file1.txt
Comment

touch command in windows

type nul > .gitignore ---This creates empty file and works on windows 10.
Comment

touch equivalent in windows

wsl touch textfilenametoedit.txt
Comment

PREVIOUS NEXT
Code Example
Shell :: static address raspberry 
Shell :: how to change the time in kali linux 
Shell :: kubectl kubernetes port forward 
Shell :: expose deployment k8 
Shell :: Why github ask me username/password instead of SSH authentication? 
Shell :: develop - FETCH_HEAD instead of origin develop 
Shell :: fix corrupt pdf command line 
Shell :: vim brew 
Shell :: gnu octave ubuntu 20.04 
Shell :: folder open in command line 
Shell :: git clone https://github.com/git/git 
Shell :: linux copy directory 
Shell :: ubuntu setting network address 
Shell :: search command in powershell 
Shell :: dir to file txt 
Shell :: command to check the amount of disk space used 
Shell :: git create master branch in empty repository 
Shell :: mac terminal curl trim response 
Shell :: github change commit date 
Shell :: instaling ansible on ubuntu linux 
Shell :: docker compose commands 
Shell :: git cherry-pick 
Shell :: remover completamente programa terminal ubuntu 
Shell :: /usr/local/psa/var/modules/composer//composer.phar 
Shell :: Lightweight Javascript DB for use in Node.js 
Shell :: An error occurred while installing capybara-webkit (1.15.1), and Bundler cannot continue. 
Shell :: bash find file 3 hour 
Shell :: open first image in directory linux 
Shell :: rm: cannot remove 
Shell :: restart windows computer from mac 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =