Skip to content

Instantly share code, notes, and snippets.

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

  • Save askucher/047923afeab9a2e574ee to your computer and use it in GitHub Desktop.

Select an option

Save askucher/047923afeab9a2e574ee to your computer and use it in GitHub Desktop.
nixar.nixar

Операция

$ help

###Вывести список команд nixar

Операция

$ nixar

Выход

<span class="nixar">after  </span> Print everything after mask
<span class="nixar">before </span> Print everything before mask
<span class="nixar">col    </span> Get specific columns
<span class="nixar">concat </span> Join lines into one line
<span class="nixar">count  </span> Calculate count of lines
<span class="nixar">drop   </span> Drop lines
<span class="nixar">exclude</span> Exclude line by founded mask
<span class="nixar">file   </span> Print file, file lines, file created, file modified
<span class="nixar">filter </span> Filter lines
<span class="nixar">fs     </span> Find by mask *.* or **/*.* or */ or all
<span class="nixar">length </span> Calculate count of charecters
<span class="nixar">log    </span> Log output into file and continue printing
<span class="nixar">lower  </span> make lowercase
<span class="nixar">map    </span> Transform line
<span class="nixar">mark   </span> Highlight the mask into lines
<span class="nixar">nixar  </span> Show all commands
<span class="nixar">order  </span> Sort lines
<span class="nixar">remove </span> Remove substring in line
<span class="nixar">replace</span> Replace substring in line
<span class="nixar">reverse</span> Reverse the order of output
<span class="nixar">row    </span> Get specific row
<span class="nixar">show   </span> Show content and send to next program
<span class="nixar">split  </span> Split line into lines
<span class="nixar">substr </span> Substring operation
<span class="nixar">table  </span> Create columns from line based on separator
<span class="nixar">take   </span> Take lines
<span class="nixar">trim   </span> Remove spaces from start and end of line
<span class="nixar">turn   </span> Calculate minimum integer
<span class="nixar">uniq   </span> Get unique records
<span class="nixar">upper  </span> MAKE UPPERCASE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment