GTFOBins.github.io
GTFOBins.github.io copied to clipboard
Add 'file write' capability to 'sort'
As described in POSIX, sort has a flag that can be used to write to files:
-o output
Specify the name of an output file to be used instead of the standard output. This file can be
the same as one of the input files.