Search Results

Search: Posts Made By: hk6279
2,060
Posted By hk6279
x="abc|def|ghi|jkl" echo "${x%%|*}" echo...
x="abc|def|ghi|jkl"
echo "${x%%|*}"
echo "${x#*|}"
y="${x#*|}"
x="${x#${y}|}"
echo "${x%%|*}"
echo "${x#*|}"


The above code give this output:



abc|def|ghi|jkl

abc|def|ghi|jkl

...
2,060
Posted By hk6279
Formatting file data to another file (control character related)
I have to write a program to read data from files and then format into another file. However, I face a strange problem related to control character that I can't understand and solve.

The source...
Showing results 1 to 2 of 2

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