Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 806 Bytes

File metadata and controls

36 lines (20 loc) · 806 Bytes

Linux Tips & Resources

References

References - Commandline

Resources

Examples of Useful Commands and Parameters

  • grep -H -a -n -i -r -F "architecture on a page" --include=*.txt
    • -H - print file name with output lines
    • -a - equivalent to binary-files=text
    • -n - print line number
    • -i - ignore case
    • '''-include=``` - search only files that match the GLOB (a file pattern)