GTFOBins.github.io/_gtfobins/dos2unix.md

9 lines
170 B
Markdown
Raw Permalink Normal View History

---
functions:
2023-04-12 17:03:15 +02:00
file-write: # should be file-copy
- code: |
LFILE1=file_to_read
LFILE2=file_to_write
dos2unix -f -n "$LFILE1" "$LFILE2"
---