1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
GTFOBins.github.io/_gtfobins/dos2unix.md
Andrea Cardaci 31c5da88e6 Fix linter
2023-04-12 17:03:15 +02:00

170 B

functions
file-write
code
LFILE1=file_to_read LFILE2=file_to_write dos2unix -f -n "$LFILE1" "$LFILE2"