Tag: range

Sed Regular Expression Range

Print the contents of a file from a given regular expression to another sed -n ‘/start/,/end/ p’ file This will…

Using Range in Commands

Show files and directory containing numbers ls *[0-9]*