I want to grep for a string. I want to find all instances of a string and be able to see a listing of were it lives / name of the file. I can get that with grep "facebook" * and that works well.
The problem is I only have sftp access. I just learned you can use lftp. I have tried that but grep didn't work. Any other solutions?