You are viewing a single comment's thread. Return to all comments →
My simple code:
#!/bin/bash/ echo "$($* cut -d $'\t' -f 2-)"
Seems like cookies are disabled on this browser, please enable them to open this website
Cut #9
You are viewing a single comment's thread. Return to all comments →
My simple code: