Grep cheatsheet
The grep utility searches any given input files, selecting lines that match one or more patterns. By default, a pattern matches an input line if the regular expression (RE) in the pattern matches the input line without its trailing new line. An emp...
techbeats.blog3 min read
sudarshan
Hi There, :) I am a Full Stack Software Engineer with a special interest in Blockchain, Crypto Currencies and NFT. Always seeking to impl
Nice one