bash list the top ten largest values in a column
# Example usage:
sort -k3n,3 input_file | tail -10
# Here we sort the input_file in numerical order based on the third
# field and then pipe to tail to print the last ten rows.
# If you only want to return specific fields from the sorted file, pipe
# to cut. E.g. to return the largest values from the third field:
sort -k3n,3 input_file | tail -10 | cut -f 3
Also in C++:
- create public key linux
- how to see permissions for file in linux
- error while installing DKphotogallery in xcode
- linux show mail server
- wifi adapter not found ubuntu 20.04
- git abort merge
- awk or statement
- linux bash temporary file
- pip install catboost
- jq yq for html
- error: Your local changes to the following files would be overwritten by checkout:
- docker cp volume
- - Installation request for jenssegers/mongodb ^3.6 -> satisfiable by jenssegers/mongodb[v3.6.0, v3.6.1, v3.6.2, v3.6.3, v3.6.4]. - Conclusion: don't install laravel/framework v7.22.4
- linux list files by size mb
- ubuntu install and configure postgres server
- sort directory by version numbers
- How to use .AppImage on Manjaro
- git rename remote
- awk output field separator
- github go to a branch
- install spring boot on ubuntu
- install eclipse in ubuntu 20.04
- zsh virtualenv
- kill user sessions in centos7