📄 unexpand-works-like-gnu
字号:
rm -f foo barecho " y" | unexpand ../../busybox > fooecho " y" | busybox unexpand ../../busybox > barset +etest ! -f foo -a -f barif [ $? = 0 ] ; then set -e diff -q foo barfirm -f foo barecho " y" | unexpand ../../busybox > fooecho " y" | busybox unexpand ../../busybox > barset +etest ! -f foo -a -f barif [ $? = 0 ] ; then set -e diff -q foo barfiecho " y y" | unexpand ../../busybox > fooecho " y y" | busybox unexpand ../../busybox > barset +etest ! -f foo -a -f barif [ $? = 0 ] ; then set -e diff -q foo barfirm -f foo barecho " y y" | unexpand ../../busybox > fooecho " y y" | busybox unexpand ../../busybox > barset +etest ! -f foo -a -f barif [ $? = 0 ] ; then set -e diff -q foo barfiecho " y y" | unexpand -a ../../busybox > fooecho " y y" | busybox unexpand -a ../../busybox > barset +etest ! -f foo -a -f barif [ $? = 0 ] ; then set -e diff -q foo barfirm -f foo barecho " y y" | unexpand -a ../../busybox > fooecho " y y" | busybox unexpand -a ../../busybox > barset +etest ! -f foo -a -f barif [ $? = 0 ] ; then set -e diff -q foo barfi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -