๐งDay 3 - Linux & Basic Commands : Part-II

Hey there! ๐
I'm Pratik R. Mandge, a DevOps Engineer passionate about all things AWS DevOps Technology. Currently on a learning adventure, I'm here to share my journey and Blog's in the world of cloud and DevOps.
๐ ๏ธ My focus? Making sense of AWS services, improving CI/CD, and diving into infrastructure as code. Whether you're fellow interns or curious enthusiasts, let's grow together in the vibrant DevOps space.
๐ Connect with me for friendly chats, shared experiences, and learning moments. Here's to embracing the learning curve and thriving in the exciting world of AWS DevOps Technology!
Follow me on LinkedIn: https://www.linkedin.com/in/pratik-mandge363
๐งLinux commands for DevOps with examples (Commands used in day-to-day activities).
cat: To view what's written in a file.

chmod: To change the access permissions of files.

history: To check which commands you have run till now.

rmdir: To remove a directory/ Folder.

echo "fruit's_name">fruit.txt or touch: To create a fruits.txt file and
cat: To view the content.

echo: To add content in devops.txt (One in each line) - Apple, Mango, Banana, Cherry, Kiwi, Orange, Guava.

head -n 3: To Show only top three fruits from the file.

tail -n 3: To Show only bottom three fruits from the file.

echo "colors_name">color.txt or touch: To create another file Colors.txt and cat: To view the content.

echo: To add content in Colors.txt (One in each line) - Red, Pink, White, Black, Blue, Orange, Purple, Grey.

diff: To find the difference between fruits.txt and Colors.txt file.

I'm confident that this blog will prove to be valuable, helping you discover new insights and learn something enriching .๐
๐Happy Learning : )




