Horje
sort descending order linux Code Example
sort descending order linux
ls -ltrh | sort -r -nk5,5 # -r for reverse
ls -ltrh | sort -rnk5,5
bash sort descending
sort -rn




Shell

Related
linux copy line that does not contain text Code Example linux copy line that does not contain text Code Example
unistall xpaint ubuntu Code Example unistall xpaint ubuntu Code Example
how to exit git bash Code Example how to exit git bash Code Example
ls command in linux Code Example ls command in linux Code Example
install kafka on ubuntu 20.04 Code Example install kafka on ubuntu 20.04 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12