Regex
Regular Expressions
Basic Tricks
Basic Tricks
Look at uncommented lines from a file:
Extracts only the text inside the quotes from a file:
Converting
Windows-style
line endings toUnix-style
line endings:
Execute a script on a loop until a condition is meet:
Last updated