Câu hỏi được gắn thẻ «ash»

1
Tránh tránh BASH-isms trên các tập lệnh shell
Có tồn tại một công cụ tương tự như Perl :: Critic sẽ kiểm tra các tập lệnh shell của bạn và chỉ ra các lỗ hổng, các vấn đề về tính di động, sử dụng các chương trình không chuẩn mà không có dự phòng, sử dụng chương trình …
37 bash  shell  zsh  ash 

2
Hồ sơ tro / tập tin cấu hình
Tôi đang tìm cách để tùy chỉnh các phiên Ash với bộ aliases và whatnots của riêng tôi . Ash tương đương với các bashrctập tin của Bash là gì?
26 profile  ash 

1
Phần trăm trong biến môi trường $ PATH
$ PATH của tôi trông như thế này: /home/torbjorr/deployed/vector/x86_64-GNU%2fLinux:/home/torbjorr/deployed/typewriter/x86_64-GNU%2fLinux:/home/torbjorr/deployed/mustudio/x86_64-GNU%2fLinux:/home/torbjorr/deployed/mathext/x86_64-GNU%2fLinux:/home/torbjorr/deployed/doxymax/x86_64-GNU%2fLinux:/home/torbjorr/deployed/c2tex/x86_64-GNU%2fLinux:/home/torbjorr/deployed/x86_64-GNU%2fLinux/wand:/home/torbjorr/deployed/x86_64-GNU%2fLinux/spellesc:/home/torbjorr/deployed/x86_64-GNU%2fLinux/projinit:/home/torbjorr/deployed/x86_64-GNU%2fLinux/herbs:/home/torbjorr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games Trong bash, tôi có thể không gặp vấn đề gì khi gọi đũa phép nằm ở /home/torbjorr/deployed/x86_64-GNU%2fLinux/wand giống $ wand (i) Mål från "main.cpp" har registrerats (i) Skapar katalog "__wand_targets_dbg" (i) Kör g++ "main.cpp" -fpic -L"/home/torbjorr/deployed" -g -Wall -std=c++11 -I"/home/torbjorr/deployed" -o …
16 shell  path  dash  ash 


3
Làm thế nào để chuyển sang mảng kiểu bash thành tro?
Cách đây một thời gian, tôi đã viết một tập lệnh bash mà bây giờ có thể chạy trong môi trường ash. Trong bashđó giống như: services=( "service1.service" "service2.service" "service3.service" ) for service in "${services[@]}" do START $service done START() { echo "Starting "$1 systemctl start $1 } Trong thực …
12 bash  shell  array  ash 
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.