Search Results

Search: Posts Made By: reborg
8,790
Posted By reborg
OIFS is just a variable I used to hold IFS while...
OIFS is just a variable I used to hold IFS while it is changed so I can set it back afterwards, since I don't know if it will be the default or not.


# cat test
1
2
3
4
5 6
# OIFS="$IFS"
#...
8,790
Posted By reborg
OIFS="$IFS" IFS=' ' #your code here # # ...
OIFS="$IFS"
IFS=' '
#your code here
#
#
IFS="$OIFS"
Showing results 1 to 2 of 2

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