Search Results

Search: Posts Made By: Scrutinizer
6,604
Posted By Scrutinizer
Hi, try: #!/bin/bash ...
Hi, try:
#!/bin/bash

vFileDir="sample_list.txt"

printf " \n"
#read the content of the file by line
while read vStr1 vStr2
do
echo "vStr1: $vStr1"
echo "vStr2: $vStr2"

...
Showing results 1 to 1 of 1

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