Sindbad~EG File Manager

Current Path : /usr/local/lib/python3.12/test/subprocessdata/
Upload File :
Current File : //usr/local/lib/python3.12/test/subprocessdata/qgrep.py

"""When called with a single argument, simulated fgrep with a single
argument and no options."""

import sys

if __name__ == "__main__":
    pattern = sys.argv[1]
    for line in sys.stdin:
        if pattern in line:
            sys.stdout.write(line)

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists