Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
awk
serpent7776
DBuzz
Saturday, December 21, 2024 4:58 PM
Extended Euclidean algorithm in #awk
$ 0.702
9
serpent7776
DBuzz
Friday, December 6, 2024 9:31 PM
Beautify your #python -X importtime output with a simple #shell #awk script.
$ 0.000
0
serpent7776
DBuzz
Tuesday, October 15, 2024 4:59 PM
A simple free+awk script that shows RAM usage with a simple graph. #shell #awk ...
... #bash
$ 0.000
0
serpent7776
DBuzz
Thursday, April 4, 2024 8:13 PM
Fizzbuzz in #awk
$ 0.000
1
1
thomashnblum
Black And White
Monday, August 11, 2025 10:47 PM
Promoted
Little moments from this year - #monomad challenge // Pequenos momentos desse ano - #monomad challenge
Well, it's been a while since I last posted here in Black and White. I was going through some recent photos and found these that I thought were worth sharing (a
$ 3.151
223
3
serpent7776
christmas
Saturday, December 23, 2023 11:23 PM
Merry Christmas
Merry Christmas
$ 0.000
1
cypher09
The Ink Well
Monday, August 14, 2023 5:34 PM
Edikan
Unsplash On the eve of a highly anticipated and challenging 300-level Metallurgical & Materials Engineering exam at IRR University, Edikan tried very well to assimilate all the course's notes, but
$ 3.168
476
4
lifeof.abdul
Programming & Dev
Thursday, March 23, 2023 11:12 PM
AWK, My Number 1 Data Manipulation Tool
made with [canva](canva.com) Good day, fellow developers, I haven't shared a post here in a long time. Today, I would like to talk about awk, an incredible tool for all UNIX based systems. Since learning
$ 5.845
198
2
2
arthursiq5
HiveDevs
Saturday, August 13, 2022 4:52 PM
[ EN | PT ] AWK: a precursor to RegEX | AWK: um precursor do RegEX
Read too on Odysee The AWK language is a text processing language created for early versions of Unix. You can think of it as the grandfather of RegEx, as you could create simple scripts to search for text
$ 6.040
106
6
3
hirohurl
alive
Wednesday, August 6, 2025 4:12 PM
Promoted
A Big Step Up For My Online Business - Warriorplus APPROVED!
This has been a long time coming... I've wanted to become a Warriorplus seller for ages... but it always seemed such a daunting step. After years of building my online business, testing funnels, refining
$ 0.797
102
2
ackza
Infowars
Monday, January 17, 2022 10:38 PM
weird new eos logo shows on on newdex, using same logo as truck in UAE France24 drone terror attack youtube thumbnail, wtf is going on? is this terrorist chatter?
wtf is going on with the EOS network, its liek a tom clancy conspiracy novel thats the same damn logothey were just talking about
$ 0.000
2
1
srdotlibre
bash
Tuesday, September 1, 2020 2:48 PM
Reading a file line by line from BASH
To read a file line by line from BASH you can use one of the following options: While, read, operator < cat, while, read AWK For example, if we have the following file (emails.txt):
$ 0.248
8
2
albertccs1976
awk
Wednesday, August 15, 2018 1:05 PM
Awk: Aprendiendo Shell Scripting usando el comando de terminal awk
El comando “awk” en los Sistemas Operativos Libres del tipo GNU/Linux es un comando muy poderoso, que nos ayuda a tener un mayor control al momento de procesar datos provenientes de otros comandos u ordenes
$ 0.000
0
pmliang
linux
Tuesday, May 22, 2018 1:59 PM
AWK常见用法(二)
AWK实例演示 当出现合并文件的需求时,可以考虑使用数组 合并两个文件,a1和a2: # cat a1 1 苹果 水果 2 梨子 水果 3 草莓 水果 4 土豆 蔬菜 5 恐龙 动物 # cat a2 01,苹果 水果 02,梨子 水果 03,香蕉 水果 04,土豆 蔬菜 05,香肠 食品 # awk -F"[ ,]" 'NR==FNR{a[$2]=$1}NR!=FNR{print
$ 0.000
3
godfish
Reflections
Monday, August 11, 2025 6:32 PM
Promoted
Radical Tenderness
Galerie Rudolfinum
Juxtaposition of ephemeral life and virtuous ideas. Art and commerce. Amusing, isn’t it? What starts radically ends up just tender. Not necessarily what the exhibition’s name refers to, though. An exhibition
$ 13.322
288
6
pmliang
linux
Sunday, May 20, 2018 12:44 PM
AWK常见用法(一)
一、初识AWK AWK有其他的衍生版本,比如nawk和gawk,在Linux发行版里,默认使用的是gawk: # ls -l `which awk` lrwxrwxrwx. 1 root root 4 5月 9 20:25 /usr/bin/awk -> gawk 二、AWK的工作流程
$ 0.000
3
2
cryptobabes
awk
Thursday, June 29, 2017 7:13 PM
Emma Watson?
Fit from far but far from fit BTC: 18mHoK6RhWZeSMmCXVbakVMfTx3WunUE9w
$ 0.000
3
1
tychebe
security
Thursday, September 1, 2016 4:03 PM
Method of killing all processes of the current shell
□ ps | awk '{print $1}' | xargs kill -9 ○ ps : It prints the running processes ○ | awk '{print $1}' : It prints the first column of the result of ps(=pid) ○ | xargs
$ 0.000
1
Top communities
Create decentralized community