mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Add cut
This commit is contained in:
parent
b3fc53a9d3
commit
659002adef
11
_gtfobins/cut.md
Normal file
11
_gtfobins/cut.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
functions:
|
||||||
|
sudo-enabled:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
sudo cut -d "" "$LFILE" -f1
|
||||||
|
file-read:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
cut -d "" "$LFILE" -f1
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user