Notices tagged with awk
-
Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Tuesday, 26-May-2020 21:45:49 EDT Dr. Roy Schestowitz (罗伊) #Programming : #SDL , #QML , #Python , #Awk /Bash and More http://www.tuxmachines.org/node/138073 -
Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Tuesday, 07-Apr-2020 19:17:56 EDT Dr. Roy Schestowitz (罗伊) Targeted string replacements with #gnu #sed and #AWK
https://www.datafix.com.au/BASHing/2020-04-08.html -
Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Tuesday, 31-Mar-2020 11:55:17 EDT Dr. Roy Schestowitz (罗伊) 40 Practical and Useful awk Command in Linux and BSD http://www.tuxmachines.org/node/135828 #awk #programming #bsd #gnu #linux -
Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Thursday, 26-Mar-2020 22:13:53 EDT Dr. Roy Schestowitz (罗伊) #Programming Leftovers
http://www.tuxmachines.org/node/135676 #awk #gcc #gnu #freesw -
Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Thursday, 26-Mar-2020 11:27:39 EDT Dr. Roy Schestowitz (罗伊) Excellent Free Tutorials to Learn #Awk https://www.linuxlinks.com/excellent-free-tutorials-learn-awk/ -
Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Wednesday, 04-Mar-2020 00:19:14 EST Dr. Roy Schestowitz (罗伊) #Programming: #Vala , #AWK , #Python and #Perl
http://www.tuxmachines.org/node/134778In conversation from pleroma.site permalink -
Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Tuesday, 25-Feb-2020 16:43:02 EST Dr. Roy Schestowitz (罗伊) # Programming : #AWK and #Python
http://www.tuxmachines.org/node/134493 #freeswIn conversation from pleroma.site permalink -
Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Monday, 04-Nov-2019 07:06:37 EST Dr. Roy Schestowitz (罗伊) #Programming : #RedHat / #Fedora , #Python and #GNU #awk
http://www.tuxmachines.org/node/130089In conversation from pleroma.site permalink -
Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Friday, 01-Nov-2019 13:42:42 EDT Dr. Roy Schestowitz (罗伊) #Programming : Guido van Rossum, #Awk , #GLib and #Python
http://www.tuxmachines.org/node/129997 #freeswIn conversation from pleroma.site permalink -
Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Friday, 01-Nov-2019 13:17:41 EDT Dr. Roy Schestowitz (罗伊) #Awk one-liners and scripts to help you sort text files
https://opensource.com/article/19/11/how-sort-awk #programming #cliIn conversation from pleroma.site permalink Attachments
-
notklaatu (klaatu@mastodon.xyz)'s status on Wednesday, 30-Oct-2019 13:15:05 EDT notklaatu Learn AWK now!
https://opensource.com/article/19/10/intro-awk
Adapted from a very fine http://hackerpublicradio.org series by @perloid and some-other-guy-not-on-Mastodon
In conversation from mastodon.xyz permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 30-May-2019 04:30:57 EDT Yes, I Know IT ! 🎓 seq 10 | awk NR%2
Keep odd lines of a fileIn conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 27-May-2019 22:48:31 EDT Yes, I Know IT ! 🎓 If you don't know what is #Awk or how it could help you processing text files, then you NEED that little introduction:
https://youtu.be/PUYS6MO4p7YIn conversation from mastodon.social permalink Attachments
-
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 26-May-2019 10:25:45 EDT Yes, I Know IT ! 🎓 AWK patterns are far more sophisticated than their SED counterpart:
https://www.yesik.it/EP13In conversation from mastodon.social permalink Attachments
-
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 28-Feb-2019 00:40:34 EST Yes, I Know IT ! 🎓 seq 10 | awk NR%2
Keep odd lines of a fileIn conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Monday, 25-Feb-2019 15:45:42 EST Yes, I Know IT ! 🎓 If you don't know what is #Awk or how it could help you processing text files, then you NEED that little introduction:
https://youtu.be/PUYS6MO4p7YIn conversation from mastodon.social permalink Attachments
-
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Sunday, 24-Feb-2019 03:50:09 EST Yes, I Know IT ! 🎓 AWK patterns are far more sophisticated than their SED counterpart:
https://www.yesik.it/EP13In conversation from mastodon.social permalink Attachments
-
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Saturday, 23-Feb-2019 10:17:28 EST Yes, I Know IT ! 🎓 Print the first column of a space-separated data file:
awk '{print $1}' data.txt # Print out just the first columnFor some unknown reason, I find that easier to remember than:
cut -f1 data.txtIn conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Thursday, 29-Nov-2018 19:39:23 EST Yes, I Know IT ! 🎓 seq 10 | awk NR%2
Keep odd lines of a fileIn conversation from mastodon.social permalink -
Yes, I Know IT ! 🎓 (yesiknowit@mastodon.social)'s status on Tuesday, 27-Nov-2018 11:00:39 EST Yes, I Know IT ! 🎓 If you don't know what is #Awk or how it could help you processing text files, then you NEED that little introduction:
https://youtu.be/PUYS6MO4p7YIn conversation from mastodon.social permalink Attachments