Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash while read line loop from variable

while read -r line
do
 echo "line=[$line]"
done < <(cat jj)
Comment

PREVIOUS NEXT
Code Example
Shell :: install tar.xz on ubuntu 
Shell :: E: Unable to locate package mongodb-org 
Shell :: systemcd service user 
Shell :: Authentication is required to create a color managed device 
Shell :: how to backup conda environment in 
Shell :: git source autocomplete 
Shell :: stop port in use 8000 
Shell :: check ram bus speed 
Shell :: npm save as dev dependency 
Shell :: git stash unstaged 
Shell :: npm ERR! Command failed: git clone --depth=1 -q -b 1.3.8 git://github.com/eligrey/FileSaver.js.git 
Shell :: ufw add rule 
Shell :: cisco save running config 
Shell :: bash return position of matching string 
Shell :: get all the branch in git 
Shell :: untar tar.gz 
Shell :: How to solve Unable to negotiate with 199.188.200.141 port 21098: no matching host key type found. Their offer: ssh-rsa,ssh-dss 
Shell :: linux create folder with date 
Shell :: pyqt5 designer download 
Shell :: install gnome-shell-extensions 
Shell :: ffmpeg cutting time video 
Shell :: linux get date yyyymmdd 
Shell :: git pull master into branch 
Shell :: fix brew 
Shell :: git clone branch from repo 
Shell :: brownie delete account 
Shell :: install specific version of r package 
Shell :: stop minecraft server command line 
Shell :: get ros version 
Shell :: create folder shortcut on desktop ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =