mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-08-23 17:44:49 +02:00
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"
|
||||||
|
---
|
Reference in New Issue
Block a user