• Medientyp: E-Book
  • Titel: bash Idioms
  • Beteiligte: Albing, Carl [VerfasserIn]; Vossen, JP [VerfasserIn]
  • Körperschaft: Safari, an O’Reilly Media Company.
  • Erschienen: [Erscheinungsort nicht ermittelbar]: O'Reilly Media, Inc., 2022
  • Ausgabe: 1st edition
  • Umfang: 1 online resource (35 pages)
  • Sprache: Englisch
  • Schlagwörter: Electronic books ; local ; Electronic books
  • Entstehung:
  • Anmerkungen: Online resource; Title from title page (viewed April 25, 2022)
    Mode of access: World Wide Web
  • Beschreibung: Shell scripts are everywhere, especially those written in bash compatible syntax, and it's extremely useful to be able to understand and write them, but they can be complex and obscure. Complexity is the enemy of security, but it's also the enemy of readability and understanding. With this practical book, you'll learn how to decipher old bash code and write new code that's as clear and readable as possible. Your future you will thank you. Authors Carl Albing and JP Vossen show you how to use the power and flexibility of the shell to your advantage. You'll learn how to read and write scripts like an expert, so that you can: Write useful, flexible, and readable bash code...with style Decode bash code such as ${MAKEMELC,,} and ${PATHNAME##*/} Save time and ensure consistency when automating tasks Amaze and impress colleagues with bash idioms Discover how bash idioms can make your code clean and concise