Файлы System/bin Android 12. Справочник.


  Все     Команда     Скрипт     Служба     Приложение  

cut
Распечатать выбранные диапазоны из файла

Симлинк на: [ ToyBox ]

Тип файла: команда
  Рус  
Toybox 0.8.4-android multicall binary:  (see toybox --help) 
usage:  cut [-Ds] [-bcfF LIST] [-dO DELIM] [FILE...]


Print selected parts of lines from each FILE to standard output.

Each selection LIST is comma separated, either numbers (counting from 1)
or dash separated ranges (inclusive, with X- meaning to end of line and -X
from start). By default selection ranges are sorted and collated, use -D
to prevent that.

  • -b Select bytes

  • -c Select UTF-8 characters

  • -C Select unicode columns

  • -d Use DELIM (default is TAB for -f, run of whitespace for -F)

  • -D Don't sort/collate selections or match -fF lines without delimiter

  • -f Select fields (words) separated by single DELIM character

  • -F Select fields separated by DELIM regex

  • -O Output delimiter (default one space for -F, input delim for -f)

  • -s Skip lines without delimiters
  • [ ToyBox ]     [ ManLinux ]