Many times, you might have have tempted to put some colors in your output of shell scripts.
Let’s learn how it is done.
[Read More]Few people may be fan of GUI (Graphical User Interface), but I am a big fan of CLI, Command Line Interface. Using CLI, you can virtually automate many things. Automating a GUI becomes a challenge in itself. Here are some posts on usage of Command Line interface.
Many times, you might have have tempted to put some colors in your output of shell scripts.
Let’s learn how it is done.
[Read More]I’m thrilled to announce the launch of my latest project - a basic guide to DOS Batch Files designed specifically for beginners! With years of experience in programming and the help of my supportive friends, I’ve put together a resource that will help anyone who is new to the world of programming get started with DOS Batch Files.
[Read More]If you are using SVN (Subversion) for configuration management then you might already be aware that some SVN has properties. A property is kind of a meta-data/attribute applied to your files and folders. These properties change the behaviour of your subversion client and the way you work with the files.
[Read More]Git has a very useful shortcut to add all files and commit all of them. Let’s see the same approach for subversion over command line interface
[Read More]Emacs is an excellent editor. (Please note, I don’t want to make any
comments on VIM here.) But, Emacs can also be used as a command line
tool. Here is one of the uses of Emacs as a command line tool, to remove
tabs from a source file.