|
You are here |
sanctum.geek.nz | ||
| | | | |
unixdigest.com
|
|
| | | | | [AI summary] This text provides an in-depth overview of Unix shells, covering their history, various types (like Bash, Zsh, Fish), and their features. It also discusses best practices for using and writing shell scripts, such as adhering to POSIX standards for compatibility and avoiding command auto-completion habits. The text concludes with recommendations on choosing the appropriate shell based on personal or system-specific needs. | |
| | | | |
laihoconsulting.com
|
|
| | | | | Website and personal blog of Pekka Laiho, software engineer and financial enthusiast. | |
| | | | |
mywiki.wooledge.org
|
|
| | | | | [AI summary] The provided text is a list of frequently asked questions (FAQs) related to the Bash shell, covering a wide range of topics such as string manipulation, file operations, process management, error handling, and security. Each entry is a numbered question, followed by a brief description or explanation. The content is organized in a question-and-answer format, making it a useful reference for Bash users seeking solutions to common issues. The text also includes references to external tools and resources, such as the 'ts' command for timestamping and XML parsing tools. The final part of the text appears to be metadata about the page, including the last edited date and author information. | |
| | | | |
blog.yossarian.net
|
|
| | | [AI summary] A programming blog post details a Rust code hack that bypasses unsafe restrictions by manipulating process memory via /proc/self/mem to reinterpret data types. | ||