Useful Docker Command List with Examples
Docker is an emerging technology used mainly by developers and system administrators. I provides the flexibility to run different environments …
Docker is an emerging technology used mainly by developers and system administrators. I provides the flexibility to run different environments …
Linux find command provides a lot of features to search and filter files in file system. One of the most …
grep is very useful command to search files and directories. What makes grep powerful is that it can search file …
Read moreHow To Use Grep Command Recursively Through Sub-Directories In Linux?
While developing Javascript applications we generally need some type that can hold text and string data. We call this type …
Python provides a lot of string functions and functionalities. But finding string in a string or text is popular use …
The regular expression is a popular topic in system administrators and developers. A regular expression is used to find structured …
Windows provides findstr tool to search file contents. These file contents expected to be text and string but binary binary files …
Read moreSearch Text Files Content With Findstr Command In Windows
Windows operating systems provide the tool named find to search text files for a given term or string. Linux also have …
Linux has different tools to search and find files and directories. locate is one of them which is very popular. The …
Read morelocate Command Tutorial With Examples For Linux To Find Files
grep is a tool for filtering text in Linux systems. We can get a specific text or look for a …