Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Coding
Code Example
Download
Home
Coding
Code Example
Read file using shell script Code Example
read file using shell script
#!/bin/bash input="/path/to/txt/file" while IFS= read -r line do echo "$line" done < "$input"
Source:
www.cyberciti.biz
Next
Previous
Shell
Related
enable setting in ubuntu Code Example
git command to add execute permission Code Example
git ssl certificate problem Code Example
bash read a file line by line Code Example
how to install jest Code Example
Type
:
Code Example
Category
:
Coding
Sub Category
:
Code Example
Uploaded by
:
Admin
Views
:
9