Linux命令对特殊字段进行排序

时间:2019-02-21 03:02:03

标签: linux sorting command

当我尝试使用linux命令对文件中的句子进行排序时,例如:

10:01 [aa:bb] {0:123:123245} log1
10:01 [cccc]  {1:123:3432} log2
10:01 [dddd]  {0:124:123}  log3

我希望看到的是

10:01 [cccc]  {1:123:3432} log2
10:01 [aa:bb] {0:123:123245} log1
10:01 [dddd]  {0:124:123}  log3

意味着要排序的特定字段是“ {}”中的 second 第三字段(以“:”分隔),例如“ 123” :3432“。

但是,我不知道如何告诉“排序”来分隔特定字段。

0 个答案:

没有答案