While working with text processing, we may need to insert a string into another string at given position. Programming languages provides various methods to do that. A table includes a...
The find is a command line tool that allows to search files and directories in a directory hierarchy based on conditions such as name, size, type, permissions, owner, etc.
This...
GCC (GNU Compiler Collection) is a collection of compilers for various programming languages such as C, C++, Objective-C, Objective-C++, Fortran, Ada, D, and Go. GCC is a part of GNU...
The ldd is a command line tool that prints the shared library dependencies of an executable program or shared library. The ldd command can be useful when wanted to find...
There might be cases when we want to know which packages are installed on Raspberry Pi OS by default. For example, we want to remove a certain installed packages to...
The cloc is a command line tool that allows to count blank lines, comment lines, and physical lines of source code. Results are displayed in the table. This tool supports...
Fahrenheit and Kelvin are two scales for temperature measurement. Sometimes we might need to perform temperature conversion from Kelvin to Fahrenheit. A table includes a links to posts with examples...
Fahrenheit and Kelvin are two scales for temperature measurement. Sometimes we might need to perform temperature conversion from Fahrenheit to Kelvin. A table includes a links to posts with examples...
Celsius and Kelvin are two scales for temperature measurement. Sometimes we might need to perform temperature conversion from Kelvin to Celsius. A table includes a links to posts with examples...
Celsius and Kelvin are two scales for temperature measurement. Sometimes we might need to perform temperature conversion from Celsius to Kelvin. A table includes a links to posts with examples...