Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash read file line by line with spaces

while IFS= read -r; do
	echo "$REPLY"
done < test.file
Comment

PREVIOUS NEXT
Code Example
Shell :: launch powershell code runner 
Shell :: aws cli update profile variable 
Shell :: ufw allow port range 
Shell :: github setup 
Shell :: install zsh with powerlevel10k customization addon 
Shell :: problema hora windows ubuntu 
Shell :: How do I hide the path in command line prompt on Windows? 
Shell :: dump cache ubuntu 
Shell :: update every python library 
Shell :: git apply previous stash 
Shell :: ubuntu export path 
Shell :: the remote end hung up unexpectedly 
Shell :: see default gateway linux 
Shell :: gitignroe remove folder 
Shell :: bash move a list of files 
Shell :: how to exit git log 
Shell :: install cpanm 
Shell :: git pull with username and password 
Shell :: delete service in windows using command prompt 
Shell :: git checkout new branch 
Shell :: How to see my aliases? 
Shell :: Get pid of process that created a specific window 
Shell :: how to run explorer in wsl 
Shell :: grep multiple 
Shell :: shell open program 
Shell :: open chrome without web security mac 
Shell :: how to rename folder in cmd 
Shell :: how to install multiple packages in one line of pip 
Shell :: pwd in cmd 
Shell :: run cmd as administrator command line 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =