Skip to content

Instantly share code, notes, and snippets.

@askucher
Created August 25, 2015 11:17
Show Gist options
  • Select an option

  • Save askucher/0fd99eb96af9184b325e to your computer and use it in GitHub Desktop.

Select an option

Save askucher/0fd99eb96af9184b325e to your computer and use it in GitHub Desktop.
nixar.length

Операция

$ cat filename.txt | wc -c filename.txt  #=> 72 filename.txt  

###Вывести количество символов в файле

Вход

1 line 2 line 3 line 4 line 5 line 
1 line 2 line 3 line 4 line 5 line

Операция

$ cat filename.txt | length  #=> 35
                             #=> 35
                             
$ fs all | filter filename.txt | file | concat " " | length  #=> 72                             
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment