Advertisement
carbonatedcaffeine

Untitled

May 13th, 2023
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. [camden@fedora hadk]$ rpm/dhd/helpers/build_packages.sh --configs
  2. grep: unrecognized option '--line-regexp'
  3. BusyBox v1.34.1 (2022-09-21 00:00:00 UTC) multi-call binary.
  4.  
  5. Usage: grep [-HhnlLoqvsrRiwFEz] [-m N] [-A|B|C N] { PATTERN | -e PATTERN... | -f FILE... } [FILE]...
  6.  
  7. Search for PATTERN in FILEs (or stdin)
  8.  
  9. -H Add 'filename:' prefix
  10. -h Do not add 'filename:' prefix
  11. -n Add 'line_no:' prefix
  12. -l Show only names of files that match
  13. -L Show only names of files that don't match
  14. -c Show only count of matching lines
  15. -o Show only the matching part of line
  16. -q Quiet. Return 0 if PATTERN is found, 1 otherwise
  17. -v Select non-matching lines
  18. -s Suppress open and read errors
  19. -r Recurse
  20. -R Recurse and dereference symlinks
  21. -i Ignore case
  22. -w Match whole words only
  23. -x Match whole lines only
  24. -F PATTERN is a literal (not regexp)
  25. -E PATTERN is an extended regexp
  26. -z Input is NUL terminated
  27. -m N Match up to N times per file
  28. -A N Print N lines of trailing context
  29. -B N Print N lines of leading context
  30. -C N Same as '-A N -B N'
  31. -e PTRN Pattern to match
  32. -f FILE Read pattern from file
  33. grep: unrecognized option '--line-regexp'
  34. BusyBox v1.34.1 (2022-09-21 00:00:00 UTC) multi-call binary.
  35.  
  36. Usage: grep [-HhnlLoqvsrRiwFEz] [-m N] [-A|B|C N] { PATTERN | -e PATTERN... | -f FILE... } [FILE]...
  37.  
  38. Search for PATTERN in FILEs (or stdin)
  39.  
  40. -H Add 'filename:' prefix
  41. -h Do not add 'filename:' prefix
  42. -n Add 'line_no:' prefix
  43. -l Show only names of files that match
  44. -L Show only names of files that don't match
  45. -c Show only count of matching lines
  46. -o Show only the matching part of line
  47. -q Quiet. Return 0 if PATTERN is found, 1 otherwise
  48. -v Select non-matching lines
  49. -s Suppress open and read errors
  50. -r Recurse
  51. -R Recurse and dereference symlinks
  52. -i Ignore case
  53. -w Match whole words only
  54. -x Match whole lines only
  55. -F PATTERN is a literal (not regexp)
  56. -E PATTERN is an extended regexp
  57. -z Input is NUL terminated
  58. -m N Match up to N times per file
  59. -A N Print N lines of trailing context
  60. -B N Print N lines of leading context
  61. -C N Same as '-A N -B N'
  62. -e PTRN Pattern to match
  63. -f FILE Read pattern from file
  64. google-marlin-aarch64: No such tooling or target
  65. Try passing '--help' for more information
  66. !! Could not determine if community-adaptation package is available, exiting.
  67.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement