Skip to content

指定したディレクトリ内の全てのディレクトリ名から,特定の文字列を一括で削除します.

Notifications You must be signed in to change notification settings

273Do/delete-specific-string-in-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

📟 指定したディレクトリ内の全てのディレクトリ名から,特定の文字列を一括で削除します.

  1. 実行権限を付与(Grant execution permission)
    chmod +x script.sh
  2. 引数を設定して実行(Set arguments and execute)
    ./script.sh 対象ディレクトリのパス 削除したい文字列

例:Dev ディレクトリ(../../../Dev)内の全てのファイルから Project を削除したい
Example: I want to delete Project from all files in the Dev directory (../../../Dev)

Dev
∟ JavaProject
∟ ShellProject
∟ PHPProject
./script.sh ../../../Dev Projectを実行(execution)
Dev
∟ Java
∟ Shell
∟ PHP

About

指定したディレクトリ内の全てのディレクトリ名から,特定の文字列を一括で削除します.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages