У меня есть файл parse.txt
parse.txt содержит следующие
remo/hello/1.0,remo/hello2/2.0,remo/hello3/3.0,whitney/hello/1.0,julie/hello/2.0,julie/hello/3.0
и я хочу, чтобы файл output.txt как (чтобы отменить порядок от последнего к первому), используя parse.txt
julie/hello/3.0,julie/hello/2.0,whitney/hello/1.0,remo/hello3/3.0,remo/hello2/2.0,remo/hello/1.0
Я пробовал следующий код:
tail -r parse.txt