Tôi không biết, phương pháp / hack này sẽ hoạt động hay không cho trường hợp của bạn. Nhưng, tôi nghĩ rằng điều này sẽ làm việc nếu tôi hiểu bạn đúng.
[feddy@localhost ~]$ mkdir test
[feddy@localhost ~]$ cd test
[feddy@localhost test]$ ls
[feddy@localhost test]$ vi 0001-ko.sh
[feddy@localhost test]$ cp 0001-ko.sh 0002-ko.sh
[feddy@localhost test]$ cp 0001-ko.sh 0004-ko.sh
[feddy@localhost test]$ cp 0001-ko.sh 0005-ko file.sh
[feddy@localhost test]$ cp 0001-ko.sh 0008-ko.sh
[feddy@localhost test]$ ls
0001-ko.sh 0002-ko.sh 0004-ko.sh 0005-ko file.sh 0008-ko.sh
[feddy@localhost test]$ for i in *
> do
> bash "$i"
> done
file 0001-ko.sh
file 0002-ko.sh
file 0004-ko.sh
file 0005-ko file.sh
file 0008-ko.sh
[feddy@localhost test]$
HOẶC LÀ
$ find . -iname "*.sh"|while read f; do bash "$f"; done
file ./0001-ko1.sh
file ./0002-ko1.sh
file ./0005-ko1 file.sh
file ./0005-ko1.sh
Bạn có thể tạo một tập lệnh và sử dụng nó để thực thi các tập lệnh theo thứ tự (theo các số có trong tên tệp tức là xxxx-abcdef) trong bất kỳ thư mục nào.
Xin hãy sửa tôi nếu tôi hiểu sai.
/etc/rc?.d
thư mục?