
Sometimes you may need to clear/delete log files in Linux. Here is shell script to clear/delete log files.
Sometimes you may need to clear/delete log files in Linux. Here is shell script to clear/delete log files.
Sometimes you may need to pass shell variable in Linux. Here is how to pass variable in cURL command.
Often you may need to read file using shell script. Here is a shell script to read data from text file in Linux.
Sometimes you may need to split one column into multiple columns. Here is how to split columns using awk command in Linux.
Sometimes you may need to read variable from file in shell script. Here is how to read variable from file.
Sometimes you may need to print command output in table format. Here is a shell script to print output in table format in Linux.
Vim supports syntax highlighting but it is disabled by default. Here is how to enable syntax highlighting in Vim editor.
You need to reload bashrc settings after you make changes to it. Here is how to reload bashrc settings without logging out and back in.
Sometimes you may need to split file in Linux to manage it easily. Here are the steps to split file in Linux.