You are not logged in.
I make a copy of the cat utility to linux on java. I read the documentation: "-e suppresses -n, synonym -vE".
i run cat x -e:
===
test$
testing$
^F^G^H^S^A$
end$
===
i run :
===
1 test$
2 testing$
3 ^F^G^H^S^A$
4 end$
===
Why was not the key depressed and worked? Do I have to suppress the key n when entering the e key, or will people not forgive me?
Offline
The -e switch does not suppress the -n switch, at least not according to man cat.
Offline
To the forums mods, if there is a competition around here for poorly chosen topic titles then please enter this one.
Offline
Agreed. OP please edit your first post and choose a more descriptive title: https://wiki.archlinux.org/index.php/Co … ow_to_post
Offline