This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2026-01-08 08:31:32 +01:00
Code
Issues
1121363e20
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
Raw
Blame
History
functions
file-write
code
LFILE1=file_to_read LFILE2=file_to_write dos2unix -f -n "$LFILE1" "$LFILE2"