I'm new to unix and I'm trying to use the wget command to download PDBs from the PDB database, can this be achieved?
I've tried the following:
wget http://www.pdb.org/pdb/download/downloadFile.dofileFormat=pdb&compression=NO&structureId=1PNK
but i get this in the console:
[mimas:/Users/ucbthsa/PDBs Similarity] ucbthsa% wget http://www.pdb.org/pdb/download/downloadFile.do?fileFormat=pdb & compression=NO & structureId=1PNK [3] 74828 [4] 74829 structureId=1PNK: Command not found. compression=NO: Command not found. [4] Exit 1
compression=NO [2] + Exit 1
compression=NO [1] - Exit 1
wget http://www.pdb.org/pdb/download/downloadFile.do?fileFormat=pdb wget: No match.