• 18-01-2008, 18:54:08
    #1
    Üyeliği durduruldu
    Arkadaşlar mevcut kurulu bir scripti güncellemek için upload edilecek dosyaları zip şeklinde sunucuya bulunduğu yere upload ettim

     
    unzip dosyalar.zip
    Şeklinde dosyayı açmaya çalışıyorum fakat zip içerisindeki dosyalar sunucuda olan dosyalar ile aynı olduğu için değişim istemekte.
    ve bu dosyaların hiç birine hiç bir insan teker teker y ye basarak devam etmek istemez.
    Bu sorunu nasıl aşabiliriz ?
    teşekkürler.
  • 18-01-2008, 18:56:38
    #2
    man pages for unzip

    -u update existing files and create new ones if needed.
    This option performs the same function as the -f
    option, extracting (with query) files that are newer
    than those with the same name on disk, and in addition
    it extracts those files that do not already exist on
    disk. See -f above for information on setting the
    timezone properly.
  • 18-01-2008, 18:59:21
    #3
    Üyeliği durduruldu
    Haymac adlı üyeden alıntı: mesajı görüntüle
    man pages for unzip

    -u update existing files and create new ones if needed.
    This option performs the same function as the -f
    option, extracting (with query) files that are newer
    than those with the same name on disk, and in addition
    it extracts those files that do not already exist on
    disk. See -f above for information on setting the
    timezone properly.
    Yani
    unzip dosyalar.zip değilde nasıl bir kod uygulayacağız ?
    pek anlamadım bu dökümandan birşey.
  • 18-01-2008, 19:00:36
    #4
    unzip -fu dosyalar.zip
  • 18-01-2008, 19:09:31
    #5
    Üyeliği durduruldu
    Yine replace istiyor.