FrontPage ・Windows11 ・Chromebook ・Random ・機械学習 ・さくらVPS ・Fedora13 ・SuSe10 ・Docker ・Ansible ・Java ・Scala ・Python ・Ruby ・Lisp ・Computer ・GIS ・HTML ・Culture ・Link
total: 14039 today: 1 yesterday: 1 now: 1
#!/bin/sh DIR=/Users/atsushi/Downloads cd $DIR ls | grep ".*zip$" | while read zipFile do echo $zipFile unzip -o $zipFile done rm -f *.zip
Mac