While working with file system, we may need to check if a file or directory exists. Programming languages provides various methods to do that. A table includes a links to...
While working with file system, we may need to append text to a file. Programming languages provides various methods to do that. A table includes a links to posts with...
ExifTool is a command line tool for reading, writing and updating metadata of media files like images, video, audio, and PDF. It is a cross-platform tool that requires the Perl...
JSON is a text-based data format that commonly used to store or transmit data objects between systems. While working with data validators we may need to check if a string...
While working with data filtering, sometimes we may need to check if a string contains a substring. Programming languages provides various methods to do that. A table includes a links...
The inxi is a command line tool that allows to retrieve details about hardware components on a system such as CPU, RAM, disks, network interfaces, USB controllers, graphics, audio, etc...
While working with data filtering, sometimes we may need to check if a string ends with substring. Programming languages provides various methods to do that. A table includes a links...
While working with data filtering, sometimes we may need to check if a string starts with substring. Programming languages provides various methods to do that. A table includes a links...
Working with file system sometimes we need to count all directories in a given directory and subdirectories. Programming languages provides various methods to do that. A table includes a links...