STR="hello\nworld" echo -e $STR | cut -f1 -dr # hello # wo
STR="hello\nworld" STR2=`echo $STR | cut -f1 -dr` echo -e $STR2 # hello # wo
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT