셸 스 크 립 트: 셸 의 기본 요소 - 4 화려 한 printf 출력

1365 단어 linux
      echo       ,    UNIX          , POSIX              ,              ,   echo     (        ,  echo       System V  ,              ,    -n),   ,           , echo          。Ninth Edition Reserch UNIX       printf  , echo   ,    。
    printf    C    (library)  printf()   (library routine).              ,        C、C++、awk、Perl、Python Tcl    ,            。  ,  shell      ,     。
      echo  ,printf            :

    printf "hello world
" , :printf echo 。
。printf : printf format-string [arguments...] , , 。 (characters to be printed literally) (format specifications). (placeholders), (argument). (argument list), 。( , printf , 。 : % (specifier)。 (format specifier) ,%s , %d 。 , 。 echo 。 。 % , , 。 ,%s :
$printf "this is a %s,%s
"
printf test this is a printf,test

좋은 웹페이지 즐겨찾기