Skip to content

Instantly share code, notes, and snippets.

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

  • Save askucher/088603a7e6d5a9fcc47c to your computer and use it in GitHub Desktop.

Select an option

Save askucher/088603a7e6d5a9fcc47c to your computer and use it in GitHub Desktop.
nixar.trim

Операция

$ cat filename.txt | cut -c2-3  

###Обрезать строку с двух сторон исходя из указанного значения

Вход

test
test
test
test
test

Операция

$ cat filename.txt | trim t

Выход

es
es
es
es
es
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment