Back

Deepanshu Mishra

Software Developer |... • 8m

awk, sed & grep — Tools That Changed How I See the Command Line When I began with Linux, I thought awk, sed, and grep were “optional.” But working with logs, automation, and configs taught me they’re essential. 🔍 grep – Find in Text Search logs, configs, or outputs: grep "404" access.log grep -i "fail" /var/log/syslog grep -v "DEBUG" app.log ✂ sed – Edit on the Fly Replace, delete, or update without opening files: sed 's/dev/prod/g' env.txt sed -i 's/false/true/g' config.yaml 📊 awk – Analyze Like a Pro Extract, filter, and summarize structured data: awk '{print $1, $3}' server.log awk -F, '$3 > 80 {print $1, $3}' scores.csv 🔁 Combine All 3: grep "404" access.log | sed 's/ - -.*//' | awk '{ip[$1]++} END {for (i in ip) print i, ip[i]}' | sort -k2 -nr They’re fast, powerful, and built into every Linux system. #Linux #ShellScripting #DevOps #TerminalCommands #Productivity

Reply
4
8

More like this

Recommendations from Medial

Arjun Thallam

#trader#ITemployee • 12m

Today i posted a trade on x and am expecting to get 1:3 profit but hit 1:10 profit. it was a blockbuster for me. https://x.com/Parttimer391?t=Hwt4prB-r_kHLSfyZKojkA&s=09

Reply
3
Image Description
Image Description

Manit

Young mind. Bold cod... • 9m

TUTORIAL NO. 1 How to Get Depression (A Developer's Guide) Hello, everyone! Today, I'm here to help you destroy your happy life and embrace the sweet despair of depression. I hope you enjoy this guide and leave a reply below! There are three foolpr

See More
2 Replies
5
Image Description
Image Description

Account Deleted

Hey I am on Medial • 1y

in the next few days I'll be learning & trying out latest techstack for dev using AI tools (& build 3 mini apps) no-code game dev print on demand Ecom business creating and monetising 3 faceless , ai automated yt channels learning AI integra

See More
8 Replies
3
16

Account Deleted

 • 

Verticurl • 11m

hii everyone My Name I satish I am a digital marketing specialist at Verticurl with over 3 years of experience I have gained skills in Adobe Campaign Standard, Google Analytics, Email Marketing, Programmatic DOOH. if there are opportunities in your

See More
Reply
2

Sanskar

Keen Learner and Exp... • 7m

Day 4 of learning python as a beginner. Topic: printing * pattern using while and for loop. I took the famous challenge of printing a * (star) pattern my goal was to print a triangle and diamond shape pattern. first I used int(input()) function to

See More
Reply
1

Vijay Motwani

Software Engineer • 7m

Built a cross-platform desktop app over the weekend! It’s called Qurator — a lightweight tool that helps you organize and clean messy folders using rule-based filters. I built it with Vue 3, Quasar, and Tauri. It runs smoothly on both Windows and L

See More
Reply
6

Piyush Upadhyay

Partner, Registered ... • 11m

💡 Startups often chase funding, traction, and GTM plans. But here’s what many overlook: IPR is your silent co-founder. In the rush to build MVPs and pitch decks, intellectual property (IPR) often takes a backseat. But for startups building tech, de

See More
Reply
3
Image Description
Image Description

Comet

#freelancer • 11m

I was having fun with the chatgpt 4 version, I got this response, I was a little surprised Don’t often share interesting image prompts but had to share this one (react with a thumbs up if you want to see slightly more in here) Prompt: Double Expo

See More
3 Replies
2
7

Download the medial app to read full posts, comements and news.