Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

view file in terminal

To create a new folder/directory
mkdir foldername

To view the contents of your folder
cd foldername -- to get inside the folder
then
ls or dir -- to view contents of the folder

To create a new file 
touch example.txt -- filename and extension eg .js .html .txt 
Comment

PREVIOUS NEXT
Code Example
Shell :: linux format disk fat32 
Shell :: why i am not able to paste anything in htdocs folder in ubuntu 
Shell :: git add 
Shell :: instal ng2 order pipe 
Shell :: grep a string in txt file 
Shell :: batch delete all folders and files 
Shell :: reset certain file git 
Shell :: docker-compose: line 1: Not: command not found apt get 
Shell :: npm install quiet 
Shell :: ansible run multiple shell commands 
Shell :: ubuntu install latest vim 
Shell :: removing letstencrypt from domain 
Shell :: git abandon untracked files 
Shell :: open folder from terminal windows 
Shell :: bin bash header 
Shell :: linux up one directory 
Shell :: get only file names from CMD 
Shell :: why gitignore does not work 
Shell :: kill app processes on port 3306 
Shell :: uninstall package with yarn 
Shell :: git credentials store with timeout 
Shell :: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. 
Shell :: wget username and password 
Shell :: swithc branch in github 
Shell :: Find CentOS version and architecture 
Shell :: delete gitignore files 
Shell :: git pull conflict como fazer pull e sobreescrever tudo? 
Shell :: check port status linux 
Shell :: how to add text to promt in linux 
Shell :: -eq shell script 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =