1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/cut.md
Roman Mueller 659002adef Add cut
2018-06-16 14:28:28 +01:00

197 B

functions
sudo-enabled file-read
code
LFILE=file_to_read sudo cut -d "" "$LFILE" -f1
code
LFILE=file_to_read cut -d "" "$LFILE" -f1