We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The suggestion to use `ls /directory/*mystring*` is wrong. If `/directory/mystring` is a directory, its contents would be printed.
Updated SC2010 (markdown)
`echo glob` to `ls glob`
Sometimes sorting is hard to get right without ls help
Fix syntax error
Use `find /directory ! -name unwanted_target_file_pattern`
fixing code block
I see an exception
Not confident with the rationale but the page was blank
Destroyed SC2010 (markdown)
Use triple backticks rather than indenting for code.
create error page SC2010