📄 t7.sh
字号:
echo enetr a file1read flie1echo enter file2read file2ls -l $file1 > temp1ls -l $file2 > temp2f1=`cut -d" " -f1 temp1`f2=`cut -d" " -f1 temp2`echo $f1echo $f2if [ $f1 = $f2 ] then echo $file1 and $file2 are identical echo permiossion of $file1 is : $f1 echo permission of $file2 is : $f2else echo $file1 and $file2 are not identical echo permision of $file1 is : $f1 echo permission of $file2 is : $f2fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -