I need to search "335664324" in the file A33256.xml.gz. I tried the following code.
sftp> zgrep -c "335664324" A33256.xml.gz
A33256.xml.gz
Invalid command.
I'm in the same directory as the file. How can I overcome this issue to display the output?
zgrepthere.