您好,登錄后才能下訂單哦!
#include <stdlib.h> #include <stdio.h> int main() { FILE *in; FILE *out; char c; int count=0; puts("please ues in.txt"); in= fopen("in.txt", "r"); out = fopen("out.txt", "w"); while((c = fgetc(in)) != EOF) { if(c=='{'){count++; if(count==1)fputc(c,out); } if(c=='}') count--; if(count<1) fputc(c,out); if(count>1) fputc(' ',out); } fclose(in); fclose(out); return 0; } //待更多測試 未美觀 沒有去空行 沒有形成固定 的fun(){ }形式
COUNT=0;
WHILE [$C -le 100];
do touch "WZ$COUNT" DONE
LS TEST?
LS TEST*
LS TEST[2-5]
LS TEST[2-100] 僅test0 //error
LS TEST[0-9]9 test9 test19 test29
date +%Y-%m-%d %H-%M-%s
mytime=$(date +%Y-%m-%d %H-%M-%s)
mytime=`date +%Y-%m-%d %H-%M-%s`
echo mytime
int=123
echo $int+$int #123+123
echo $(int+int) #246
echo $($int+$int) #246
((data=int+int))
echo data #246
touch $ $
touch $\ $
touch \$\ \$
touch -file
touch \-file
touch ./ -file
rm -f ./ -file
touch -- -file
rm -- -file
'' and " "
gg=100
echo "\% \\ '" $gg `ls` 執行命令 數值轉換
echo '\% \\ " $gg `ls' 無變化輸出 不進行任何解釋
run(./sh #!bin/bash cmd +x)
fahell ->fork()->cshell->exec(bash)->read shell
本地變量
環境變量
內部指令 cd
普通指令
條件測試
test $v -gt 9
echo $?
[$v -gt 9]
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。