Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1mdYhTy
via LifeLong Community
bash - How to keep only every nth line of a file - Super User
awk 'NR == 1 || NR % 3 == 0' yourfile
http://ift.tt/1mdYhTv
http://ift.tt/1xpxxDq
awk 'NR == 1 || NR % 3 == 0' yourfile
http://ift.tt/1mdYhTv
http://ift.tt/1xpxxDq
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1mdYhTy
via LifeLong Community
No comments:
Post a Comment