Skip to content

Jack Huang – Blog

open source and ecommerce

Language

  • English
  • 中文

Menu

  • Home
  • Open Source
    • Bitcoin
    • DB-Toolkit
  • I.T.
    • System Admin
    • Developer
    • DBA
    • VoIP
  • Life
    • Travel
    • Personal
  • Contact Me
  • About Me

[:en]command line[:zh]命令行

Argument list too long error for rm, cp, mv commands

Jack Huang System Admin Sunday January 10th, 201623:13command line 0 Comment

Delete all .pdf files in current folder:

find . -name “*.pdf” -print0 | xargs -0 rm -f

How to exclude multiple files and directories in backup or copy

Jack Huang System Admin Thursday October 29th, 201523:29command line 0 Comment

use rsync command

rsync -av --progress source/ destination/ --exclude 'text1.txt' --exclude 'path1/to/exclude' --exclude 'path2/to/exclude/*'

About Me

About Me

...

Read more

Tags

Apache Backup CentOS Cloud Computing Cloud Hosting coreseek DB-Toolkit Firewall Hacker Insight Interspire Linux Mirror MySQL Oempro PCRE PHP phpBB phplist pmta PowerMTA PowerShell qTranslate Replication scp Search sphinx SQL Sync Virtualmin voip WordPress
Copyright © 2025 Jack Huang – Blog.