[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: delimiters with more than one character? ...



On 7/15/20 6:29 AM, Albretch Mueller wrote:
the thing is that that was the one liner passed to a find command
which then I need to use as an array

 lbrtchx

My only purpose was to show how tr could be used to handle multiple characters as a delimiter either as tr -s '\\\|' '\|' or

tr -d '\\' when used with awk.  Plus the use of awk's printf command to produce the output you wanted.  Please explain what you are trying to do so we can be more helpful.
--


...Bob

Reply to: