Computer Science, asked by nidhimaddhesiya17, 9 hours ago

Get List of files that are more than 50MB and greater than 60 days old
Als
B grep
C find
D None​

Answers

Answered by manisharana2024dlpss
1

Answer:

grep is the answer

hope it will help you

Answered by rashich1219
0

Grep command

Explanation:

  • Grep is a command-line tool for looking for lines that match a regular expression in plain-text data sets. grep was created for the Unix operating system, but it is now available for all Unix-like systems as well as certain other operating systems like as OS-9.
  • Grep is a command-line utility for searching a file or stream for a string. It can be combined with a regular expression to discover strings with greater flexibility.
  • Grep (global regular expression print) is a small family of commands that look for a search string in input files and print the lines that match it.
  • Grep is made up of three independent but related commands: grep, egrep, and fgrep, forming a type of Unix holy trinity.
  • The grep filter looks for a specific pattern of characters in a file and displays all lines that match that pattern.
Similar questions