[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Sorting using two field separators
From: |
tolugboji |
Subject: |
Sorting using two field separators |
Date: |
Sun, 17 Oct 2021 21:41:53 +0000 |
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Sunday, October 17th, 2021 at 9:17 PM, Alex fxmbsw7 Ratchev
<fxmbsw7@gmail.com> wrote:
> try -v RS='\0' not without -v, try
>
> awk -v .. '..'
>
You need to be more specific because with
| awk -F'[-.]' -v RS='\0' '{print $(NF-1), $0}' |
the output is stopping at the first entry.
- Sorting using two field separators, tolugboji, 2021/10/17
- Re: Sorting using two field separators, Alex fxmbsw7 Ratchev, 2021/10/17
- Sorting using two field separators, tolugboji, 2021/10/17
- Sorting using two field separators, tolugboji, 2021/10/17
- Re: Sorting using two field separators, Daniel Mills, 2021/10/17
- Sorting using two field separators, tolugboji, 2021/10/17
- Sorting using two field separators, tolugboji, 2021/10/17
- Sorting using two field separators, tolugboji, 2021/10/17
- Re: Sorting using two field separators, Alex fxmbsw7 Ratchev, 2021/10/17
- Sorting using two field separators,
tolugboji <=
- Re: Sorting using two field separators, Alex fxmbsw7 Ratchev, 2021/10/17
- Sorting using two field separators, tolugboji, 2021/10/17
- Re: Sorting using two field separators, Dennis Williamson, 2021/10/17
- Sorting using two field separators, tolugboji, 2021/10/17
- Sorting using two field separators, tolugboji, 2021/10/17
- Sorting using two field separators, tolugboji, 2021/10/17
- Re: Sorting using two field separators, Alex fxmbsw7 Ratchev, 2021/10/18
- Re: Sorting using two field separators, Tapani Tarvainen, 2021/10/18