krishnapal rawatkrishkp.hashnode.dev·Jan 4, 2024Shell Scripting: basic important commandsShell scripting is a powerful skill for every system administrator and developer working in a Unix-like environment. In this blog post, we will delve into some fundamental concepts of shell scripting, exploring the shabang, variable substitution, dyn...Discuss#shallscripting
Erkan Güzelererkanguzeler.com·Jan 11, 2023Adding Text to First and Last Line of File in LinuxHi everyone, Let’s assume that you have many files to that you wanted to add some text to the first line or end line. If you are a Linux user, this is easy to do. I am using sed and tee commands to add something to the file. Firstly, I would like to...Discuss·1.3K readstee