Search Results

Search: Posts Made By: oahmad
1,574
Posted By Yoda
Can you post the output of below command: echo...
Can you post the output of below command:
echo "$line" | od -c
1,341
Posted By Yoda
I recommend corona's suggestion. But here is what...
I recommend corona's suggestion. But here is what you should modify in order to get your code work:
read a <<< $(awk -v r="$moduleID" 'BEGIN{print index(r,"#")}')
1,341
Posted By Corona688
Running awk to process a single line is overkill....
Running awk to process a single line is overkill. Running awk to process a single word is decadence. :)

BASH has its own string operations that work much faster than loading, running, and...
Showing results 1 to 3 of 3

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