One of the best things in Bash is the extensive tools we can use to manipulate strings. you can extract substrings , replace or delete them, and do much more... Read More
Articles found : 32
search term: text snippets
Often times when we are editing our files, we need a faster way to produce hundreds, even thousands of lines with repetitive content or lines that have some variables that change on every line and it would be tedious to write them manually. Here comes Python.... Read More