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


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

comm
Выбрать или отклонить строки, общие для двух файлов

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

Тип файла: команда
  Рус  
Toybox 0.8.4-android multicall binary:  (see toybox --help) 
usage:  comm [-123] FILE1 FILE2


Read FILE1 and FILE2, which should be ordered, and produce three text
columns as output: lines only in FILE1; lines only in FILE2; and lines
in both files. Filename "-" is a synonym for stdin.

  • -1 Suppress the output column of lines unique to FILE1

  • -2 Suppress the output column of lines unique to FILE2

  • -3 Suppress the output column of lines duplicated in FILE1 and FILE2
  • [ ToyBox ]     [ ManLinux ]