filmov
tv
Linux (File) Commands #22 - sort

Показать описание
#shorts #ubuntu #mac #linux #sort #file_contents #reverse_order #sort_by_numbers #show_unique_line_in_file #learn_in_60_seconds #function #scripts #one_liner #tips #tricks #beginner #example #simple #basics #less_than_one_minute #daily #trick #easy_to_understand #beginner_friendly #code_with_mrql #python #vscode #linux #productivity
#must_learn_commands #automate
Sort - It is used to sort the file contents
a) sort filename - Sorts the content
b) sort -r filename - Reverse the sort
c) sort -n filename - Sorts the file by numeric order
d) sort -u filename - Sorts the file and output unique line
----- Python -----
---- Javascript ----
----- Linux -----
----- VS CODE -----
#must_learn_commands #automate
Sort - It is used to sort the file contents
a) sort filename - Sorts the content
b) sort -r filename - Reverse the sort
c) sort -n filename - Sorts the file by numeric order
d) sort -u filename - Sorts the file and output unique line
----- Python -----
---- Javascript ----
----- Linux -----
----- VS CODE -----