Using multicharacter delimiter in bash script...
Read Morebash: `read` doesn't seem to honor IFS...
Read MorePreventing leading spaces from getting ignored using IFS=...
Read Morecommand line parameters separated by null character...
Read MoreSplit text file into array based on an empty line or any non used character...
Read MoreSplitting line of text into array at bash...
Read MoreWhen should we change the IFS variable back to its original value in scripts?...
Read MoreUsing a variable to pass grep pattern in bash...
Read MoreHow is this bash script resulting in an infinite loop?...
Read Morebash: reading text from a string one character at a time, with whitespace...
Read MoreUse of the Internal Field Separator when capturing array data from a command in a bash script...
Read MoreHow bash IFS is working in this example?...
Read MoreUsing the internal field separator with curl...
Read MoreBash read file to an array based on two delimiters...
Read MoreWhile, do, done flow control in bash...
Read MoreString tokenisation algorithm won't tokenise...
Read MoreBASH: How do you "split" the date command?...
Read More