We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See unmangle_octal function in PR #261
unmangle_octal
To test:
mkdir "$(echo -e 'aaa\\b\tc\nd#e')" dd if=/dev/zero bs=1M count=200 of=ext4.img mkfs.ext4 ext4.img sudo mount ext4.img aaa*
Then run example mountinfo, this will give:
mountinfo
/dev/loop0 on /root/test/aaa\134b\011c\012d#e type ext4 (relatime,rw,seclabel)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See
unmangle_octal
function in PR #261To test:
Then run example
mountinfo
, this will give:The text was updated successfully, but these errors were encountered: