dash-shell
Bash script execution with and without shebang in Linux and BSD
How and who determines what executes when a Bash-like script is executed as a binary without a shebang?[详细]
2023-04-01 00:54 分类:问答syntax of for loop in linux shell scripting
I have a problem implementing a for loop. I get this error when I execute my script test1.sh: 2: Syntax error: Bad for loop variable[详细]
2023-02-23 13:16 分类:问答how to create a non-ascii file using redirection with `sh -c`?
The same command: echo 1 > filename creates different filenames: $ sh -c \'echo $LANG >=с=.sh\' && ls *.sh | od -c[详细]
2023-02-14 17:47 分类:问答How to migrate scripts from bash to dash? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-06 04:31 分类:问答Double redirection test
What does this print your shel开发者_运维百科l? echo foo | while read line; do echo $line; done < <(echo bar)[详细]
2023-02-03 06:04 分类:问答《谋爱上瘾》海报预告双发 揭开”黑色爱情”帷幕?
开发者_如何学JAVA 由爱奇艺S级同名人气漫画改编,范执导,新锐演员陈燕琪、ZERO-G蒙恩、ZERO-GEver、杜文静主演的黑恋偶像剧《谋爱上瘾》已正式开启预约,将于近期在爱奇艺平台独家上线。方今日发布黑衣人[详细]
2022-12-25 13:34 分类:问答