/ Published in: Bash
                    
                                        
-nd   do not create a hierarchy of directories (save all recursively retrieved files in the current directory)
-r recursive retrieving
-l1 set maximum recursion depth to 1 (stay in that folder): set to 2 if necessary
--no-parent do not ever ascend to the parent directory
-A specify file name suffixes or patterns to accept (-R to reject)
                -r recursive retrieving
-l1 set maximum recursion depth to 1 (stay in that folder): set to 2 if necessary
--no-parent do not ever ascend to the parent directory
-A specify file name suffixes or patterns to accept (-R to reject)
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
wget -nd -r -l1 --no-parent -A.pdf -A.ps http://www.foo.org/pdf/
Comments
 Subscribe to comments
                    Subscribe to comments
                
                