Pearson's OSCP Notebook

Home

❯

Commands

❯

Linux

❯

Sort

Sort

Properties1
tagssort, redirect

Aug 18, 20261 min read

Sort

Moved: See sort in Text Processing (Linux Tools folder).

Quick reference:

sort file.txt
sort -u file.txt          # sort + dedupe
sort -t: -k1 /etc/passwd  # sort by first column

See Pipelines & Chaining for pipeline usage.

Related Tools

  • sort

Related Notes

  • Sheet
  • Commands
  • sort
  • Text Processing
  • Linux Tools
  • Pipelines & Chaining
  • Basic Commands

Graph View

  • Sort
  • Related Tools
  • Related Notes

Created with Quartz v5.0.0 © 2026

  • ← Back to Site
  • ✍️ Writeups
  • GitHub