• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

help please = pdf.zip

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #21
    Originally posted by Sysman View Post
    My standard practice is to use command line unzip to list the contents of zipfiles (unzip -l), even those from a so-called trusted source, before extracting them. I like to know what I'm putting onto a system.
    Also on Unix and their clones such as Linux you can do 'file' on it - it will tell you what type of file it is;

    Code:
    sh-3.2# file *
    ABOUT-NLS:                ASCII English text
    CHANGES:                  ASCII English text
    COPYRIGHT:                ASCII English text
    Hercules.dsp:             ASCII English text
    Hercules.dsw:             ASCII text
    Hercules.sln:             UTF-8 Unicode (with BOM) text
    Hercules.vcproj:          XML document text
    Hercules.vcxproj:         XML document text
    Hercules.vcxproj.filters: XML document text
    Hercules.vcxproj.user:    XML document text

    Comment

    Working...
    X