Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    Excellent example! Can you explain the use of IFS="^${IFS}", though? Commented Sep 16, 2016 at 12:47
  • 1
    @Russ: It show you how value is concat with the first character in IFS. Commented Sep 16, 2016 at 13:03
  • In the same way that IFS="^xxxxx" would do? The trailing ${IFS} suffix made me think you were doing something trickier, like somehow automatically recovering the original IFS at the end (eg: first char automatically shifted out or something). Commented Sep 16, 2016 at 14:48