GTFOBins.github.io/_gtfobins/dos2unix.md
Andrea Cardaci 31c5da88e6 Fix linter
2023-04-12 17:03:15 +02:00

9 lines
170 B
Markdown

---
functions:
file-write: # should be file-copy
- code: |
LFILE1=file_to_read
LFILE2=file_to_write
dos2unix -f -n "$LFILE1" "$LFILE2"
---