Search Results

Search: Posts Made By: alcresio
2,555
Posted By alcresio
After several attempts I was able to split the...
After several attempts I was able to split the individual strings of the file in this way:

#!/bin/bash
input=$1
declare -a FirstStep
N=0

while IFS= read -r line
do
Res="$(cut -d':' -f1...
Showing results 1 to 1 of 1

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