Karthi Skarthi-devopswork.hashnode.dev·Nov 3, 2024Optimizing Your Workflow with Aliases in .cshrc: A Guide for Efficient Command-Line ManagementUsing aliases in a .cshrc (C shell resource) file is a common practice to improve efficiency and streamline repetitive tasks. Let's explore the purpose, usage, benefits, and differences between .cshrc and other shell configuration files like .bashrc,...cshrc
Cristian Zapata Ariastheposintech.hashnode.dev·Apr 20, 2024Simplify your terminal commandsAs a fellow developer, I'm sure you've found yourself navigating your terminal to manage files, run scripts, or handle git commands. And let's be honest, some of these tasks can be pretty repetitive, right? Ever wondered, "Is there a faster or easier...31 readsLinux
5 Mins Learn5minslearn.hashnode.dev·Mar 14, 2023How to search files effectively on Linux terminalHave you ever felt frustrated searching for files manually on your computer that too when you’re a Developer/DevOps engineer working on GUI-less Linux servers it’ll be too hard to find the files. Most people are unaware of the power of Linux terminal...Linux