How can I unzip a file from another folder?
gunzip -d /home/tomcat_dev/HN/radd/input.txt.gz
unzips that file to the same folder. But if I want to bring it to my folder? When I do this:
gunzip -d /home/tomcat_dev/HN/radd/o.txt.gz /home/tomcat_dev/
it gives me a: gunzip: /home/tomcat_dev/ is a directory -- ignored