Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
folderA contains [dirA, dirB, dirC, fileA, fileB]
コピーしたいのですが、folderA to folderA-copy without dirB and dirCどうすればいいですか?
folderA to folderA-copy without dirB and dirC
rsyncコマンドexcludeオプションを使用して、フォルダー/ファイルの正規表現を入力するか、無視するすべてのディレクトリを含むファイルを指定するか、特定のディレクトリまたはファイルを指定するオプションを提供します。