1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00
GTFOBins.github.io/_gtfobins/dos2unix.md
Joshua Rogers 1121363e20
Add dos2unix
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2023-03-19 12:42:47 +01:00

169 B

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