📄 testit.sh
字号:
#!/bin/bash -norc#set -xTOP=/usr/local/fist$TOP/sbin/fist_ioctl /mnt/wrapfs ${1:-6}cd /mnt/wrapfs/am-utils-6.0b2s3/A.i586-pc-linux-gnu/amqstrace as -V -Qy -o amq.o amq.s 2>&1read nnm amq.oexit# strace grep foo /mnt/wrapfs/X-26# read n# cmp /n/fist/ext2fs/X-26 /mnt/wrapfs/X-26# exit# n=40# while test $n -gt 0 ; do# strace grep foo /mnt/wrapfs/X-$n > /n/fist/ext2fs/log-$n.txt 2>&1# cmp /n/fist/ext2fs/X-$n /mnt/wrapfs/X-$n && echo " SAME: /n/fist/ext2fs/X-$n /mnt/wrapfs/X-$n"# let n=n-1# done#strace grep foo /mnt/wrapfs/config.cache#strace /usr/local/gnu/bin/grep foo /mnt/wrapfs/config.cache#sed s/foo/bar/g < /mnt/wrapfs/config.cache > /dev/null#cut -d0 -f1 /mnt/wrapfs/config.cache > /dev/null#read n#cmp /mnt/wrapfs/config.cache ${HOME}/config.cacheexitread nhead /mnt/wrapfs/config.cache#read n#cp -p ${HOME}/config.cache /mnt/wrapfs
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -