Хотите знать, какова функция знака @ ? Вот пример команды,

curl -w "@curl-format.txt" -o /dev/null -s "http://wordpress.com/"

Вот больше связанных фонов,

https://stackoverflow.com/questions/18215389/how-do-i-measure-request-and-response-times-at-once-using-curl

1 ответ1

1

это просто означает чтение формата из названного файла.

из руководства:

  -w, --write-out <format>
    Defines  what  to  display on stdout after a completed
and successful operation. The format is a string that may contain
plain text mixed with any number of variables. The string can be 
specified as "string", to get read from a particular file you
specify it "@filename" and to tell curl to read the format from
          stdin you write "@-".

Использование @, как это довольно часто, curl использует его в нескольких местах, другие команды тоже.

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .