find . -name "*.txt" -exec tar uvf text.tar {} \; |
find . -name "*.html" -exec tar uvf text.tar {} \; |
find . -newer ./sitemap.xml -type f -exec tar rvf backup.tar {} \; |
[root]# cat jyogai.txt keiri himitu/*.txt *.dat [root]# tar cvXf jyogai.txt /tmp/myhome.tar /home/localhost |
[root]# perl -c check-ip-ng.cgi String found where operator expected at check-ip-ng.cgi line 3, near "plint "Content-type: text/html\n\n"" (Do you need to predeclare plint?) syntax error at check-ip-ng.cgi line 3, near "plint "Content-type: text/html\n\n"" check-ip-ng.cgi had compilation errors. |
#!/usr/bin/perl plint "Content-type: text/html\n\n"; print "あなたの<br>"; |
[root]# cd /hoge [root]# tar cf - . | ( cd /hoge2 ; tar xvf - ) |