Search Results

Search: Posts Made By: dta4316
7,682
Posted By dta4316
read inside a while loop
Hi all,

In a while loop, like below...

while read line
do
read choice

case $choice in
1)
echo "xxx"
esac

done < file
why I can't run the read choice????
18,419
Posted By dta4316
Hi all, I changed my script to the below, and...
Hi all,
I changed my script to the below, and it works now......
Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :D
#!/bin/bash
while read line
do
if [[ -r $line ]]; then
...
18,419
Posted By dta4316
delete line in a file
Hi all,
I would like to delete a line in file.txt which has a list of filename.
example:
file_a
file_b
file_c

lets say i have file_b in my directory, then i should delete file_b in file.txt...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 01:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy