mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Add dos2unix
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
parent
53b09bd16a
commit
1121363e20
8
_gtfobins/dos2unix.md
Normal file
8
_gtfobins/dos2unix.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
functions:
|
||||||
|
file-write: # should be file-copy
|
||||||
|
- code: |
|
||||||
|
LFILE1=file_to_read
|
||||||
|
LFILE2=file_to_write
|
||||||
|
dos2unix -f -n "$LFILE1" "$LFILE2"
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user