Skip to content

Instantly share code, notes, and snippets.

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

  • Save askucher/68c4862959b78a5fe1b5 to your computer and use it in GitHub Desktop.

Select an option

Save askucher/68c4862959b78a5fe1b5 to your computer and use it in GitHub Desktop.
nixar.after

Операция

$ echo "1.2.3.4.5" | sed  s/1.//g   #=> "2.3.4.5"    

###Удалить символ в начале строки

Операция

$ echo "1.2.3.4.5" |  after "."  #=> "2.3.4.5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment