@ -171,6 +171,10 @@ e.g. add the filename to every last column of the file
sed ':a;N;$!ba;s/\n//g'
#####print a number of lines (e.g. line 10th to line 33 rd)
sed -n '10,33p' <filename
#Awk
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.