Linux Shell Scripting Cookbook:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham
Packt Publishing
2013
|
Ausgabe: | 2nd ed |
Schlagworte: | |
Online-Zugang: | FAW01 FAW02 UBY01 |
Beschreibung: | Image crawler and downloader Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Shell Something Out; Introduction; Printing in the terminal; Playing with variables and environment variables; Function to prepend to environment variables; Math with the shell; Playing with file descriptors and redirection; Arrays and associative arrays; Visiting aliases; Grabbing information about the terminal; Getting and setting dates and delays; Debugging the script; Functions and arguments; Reading the output of a sequence of commands Reading n characters without pressing the return keyRunning a command until it succeeds; Field separators and iterators; Comparisons and tests; Chapter 2: Have a Good Command; Introduction; Concatenating with cat; Recording and playing back of terminal sessions; Finding files and file listing; Playing with xargs; Translating with tr; Checksum and verification; Cryptographic tools and hashes; Sorting unique and duplicates; Temporary file naming and random numbers; Splitting files and data; Slicing filenames based on extension; Renaming and moving files in bulk Spell checking and dictionary manipulationAutomating interactive input; Making commands quicker by running parallel processes; Chapter 3: File In, File Out; Introduction; Generating files of any size; The intersection and set difference (A-B) on text files; Finding and deleting duplicate files; Working with file permissions, ownership, and the sticky bit; Making files immutable; Generating blank files in bulk; Finding symbolic links and their targets; Enumerating file type statistics; Using loopback files; Creating ISO files and hybrid ISO; Finding the difference between files, patching Using head and tail for printing the last or first 10 linesListing only directories -- alternative methods; Fast command-line navigation using pushd and popd; Counting the number of lines, words, and characters in a file; Printing the directory tree; Chapter 4: Texting and Driving; Introduction; Using regular expressions; Searching and mining a text inside a file with grep; Cutting a file column-wise with cut; Using sed to perform text replacement; Using awk for advanced text processing; Finding the frequency of words used in a given file; Compressing or decompressing JavaScript Merging multiple files as columnsPrinting the nth word or column in a file or line; Printing text between line numbers or patterns; Printing lines in the reverse order; Parsing e-mail addresses and URLs from a text; Removing a sentence in a file containing a word; Replacing a pattern with text in all the files in a directory; Text slicing and parameter operations; Chapter 5: Tangled Web? Not At All!; Introduction; Downloading from a web page; Downloading a web page as plain text; A primer on cURL; Accessing Gmail e-mails from the command line; Parsing data from a website This book is written in a Cookbook style and it offers learning through recipes with examples and illustrations. Each recipe contains step-by-step instructions about everything necessary to execute a particular task. The book is designed so that you can read it from start to end for beginners, or just open up any chapter and start following the recipes as a reference for advanced users. If you are a beginner or an intermediate user who wants to master the skill of quickly writing scripts to perform various tasks without reading the entire manual, this book is for you. You can start writing scri |
Beschreibung: | 384 pages |
ISBN: | 9781782162759 1782162755 9781680153576 1680153579 9781782162742 1782162747 |
Internformat
MARC
LEADER | 00000nmm a2200000zc 4500 | ||
---|---|---|---|
001 | BV043776506 | ||
003 | DE-604 | ||
005 | 20191105 | ||
007 | cr|uuu---uuuuu | ||
008 | 160920s2013 |||| o||u| ||||||eng d | ||
020 | |a 9781782162759 |9 978-1-78216-275-9 | ||
020 | |a 1782162755 |9 1-78216-275-5 | ||
020 | |a 9781680153576 |9 978-1-68015-357-6 | ||
020 | |a 1680153579 |9 1-68015-357-9 | ||
020 | |a 9781782162742 |9 978-1-78216-274-2 | ||
020 | |a 1782162747 |9 1-78216-274-7 | ||
035 | |a (ZDB-4-EBA)ocn850162202 | ||
035 | |a (ZDB-4-ITC)ocn850162202 | ||
035 | |a (OCoLC)850162202 | ||
035 | |a (DE-599)BVBBV043776506 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
049 | |a DE-1046 |a DE-1047 |a DE-706 | ||
082 | 0 | |a 005.446 |2 22 | |
100 | 1 | |a Tushar, Shantanu |e Verfasser |4 aut | |
245 | 1 | 0 | |a Linux Shell Scripting Cookbook |
250 | |a 2nd ed | ||
264 | 1 | |a Birmingham |b Packt Publishing |c 2013 | |
300 | |a 384 pages | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
500 | |a Image crawler and downloader | ||
500 | |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Shell Something Out; Introduction; Printing in the terminal; Playing with variables and environment variables; Function to prepend to environment variables; Math with the shell; Playing with file descriptors and redirection; Arrays and associative arrays; Visiting aliases; Grabbing information about the terminal; Getting and setting dates and delays; Debugging the script; Functions and arguments; Reading the output of a sequence of commands | ||
500 | |a Reading n characters without pressing the return keyRunning a command until it succeeds; Field separators and iterators; Comparisons and tests; Chapter 2: Have a Good Command; Introduction; Concatenating with cat; Recording and playing back of terminal sessions; Finding files and file listing; Playing with xargs; Translating with tr; Checksum and verification; Cryptographic tools and hashes; Sorting unique and duplicates; Temporary file naming and random numbers; Splitting files and data; Slicing filenames based on extension; Renaming and moving files in bulk | ||
500 | |a Spell checking and dictionary manipulationAutomating interactive input; Making commands quicker by running parallel processes; Chapter 3: File In, File Out; Introduction; Generating files of any size; The intersection and set difference (A-B) on text files; Finding and deleting duplicate files; Working with file permissions, ownership, and the sticky bit; Making files immutable; Generating blank files in bulk; Finding symbolic links and their targets; Enumerating file type statistics; Using loopback files; Creating ISO files and hybrid ISO; Finding the difference between files, patching | ||
500 | |a Using head and tail for printing the last or first 10 linesListing only directories -- alternative methods; Fast command-line navigation using pushd and popd; Counting the number of lines, words, and characters in a file; Printing the directory tree; Chapter 4: Texting and Driving; Introduction; Using regular expressions; Searching and mining a text inside a file with grep; Cutting a file column-wise with cut; Using sed to perform text replacement; Using awk for advanced text processing; Finding the frequency of words used in a given file; Compressing or decompressing JavaScript | ||
500 | |a Merging multiple files as columnsPrinting the nth word or column in a file or line; Printing text between line numbers or patterns; Printing lines in the reverse order; Parsing e-mail addresses and URLs from a text; Removing a sentence in a file containing a word; Replacing a pattern with text in all the files in a directory; Text slicing and parameter operations; Chapter 5: Tangled Web? Not At All!; Introduction; Downloading from a web page; Downloading a web page as plain text; A primer on cURL; Accessing Gmail e-mails from the command line; Parsing data from a website | ||
500 | |a This book is written in a Cookbook style and it offers learning through recipes with examples and illustrations. Each recipe contains step-by-step instructions about everything necessary to execute a particular task. The book is designed so that you can read it from start to end for beginners, or just open up any chapter and start following the recipes as a reference for advanced users. If you are a beginner or an intermediate user who wants to master the skill of quickly writing scripts to perform various tasks without reading the entire manual, this book is for you. You can start writing scri | ||
630 | 0 | 4 | |a Linux |
650 | 7 | |a Linux |2 blmlsh | |
650 | 7 | |a Linux |2 fast | |
650 | 4 | |a Command languages (Computer science) | |
650 | 4 | |a Computer science | |
650 | 4 | |a Linux | |
650 | 4 | |a Operating systems (Computers) | |
650 | 4 | |a Scripting languages (Computer science) | |
650 | 7 | |a COMPUTERS / Operating Systems / Linux |2 bisacsh | |
650 | 7 | |a Scripting languages (Computer science) |2 fast | |
650 | 4 | |a Informatik | |
650 | 4 | |a Scripting languages (Computer science) | |
912 | |a ZDB-4-EBA |a ZDB-4-ITC | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-029187566 | ||
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=587839 |l FAW01 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext | |
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=587839 |l FAW02 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext | |
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=587839 |l UBY01 |p ZDB-4-ITC |q UBY_PDA_ITC_Kauf |x Aggregator |3 Volltext |
Datensatz im Suchindex
_version_ | 1804176603231551488 |
---|---|
any_adam_object | |
author | Tushar, Shantanu |
author_facet | Tushar, Shantanu |
author_role | aut |
author_sort | Tushar, Shantanu |
author_variant | s t st |
building | Verbundindex |
bvnumber | BV043776506 |
collection | ZDB-4-EBA ZDB-4-ITC |
ctrlnum | (ZDB-4-EBA)ocn850162202 (ZDB-4-ITC)ocn850162202 (OCoLC)850162202 (DE-599)BVBBV043776506 |
dewey-full | 005.446 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.446 |
dewey-search | 005.446 |
dewey-sort | 15.446 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 2nd ed |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05689nmm a2200637zc 4500</leader><controlfield tag="001">BV043776506</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20191105 </controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">160920s2013 |||| o||u| ||||||eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781782162759</subfield><subfield code="9">978-1-78216-275-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1782162755</subfield><subfield code="9">1-78216-275-5</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781680153576</subfield><subfield code="9">978-1-68015-357-6</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1680153579</subfield><subfield code="9">1-68015-357-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781782162742</subfield><subfield code="9">978-1-78216-274-2</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1782162747</subfield><subfield code="9">1-78216-274-7</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ZDB-4-EBA)ocn850162202</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ZDB-4-ITC)ocn850162202</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)850162202</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV043776506</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1046</subfield><subfield code="a">DE-1047</subfield><subfield code="a">DE-706</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.446</subfield><subfield code="2">22</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Tushar, Shantanu</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Linux Shell Scripting Cookbook</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2nd ed</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham</subfield><subfield code="b">Packt Publishing</subfield><subfield code="c">2013</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">384 pages</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Image crawler and downloader</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Shell Something Out; Introduction; Printing in the terminal; Playing with variables and environment variables; Function to prepend to environment variables; Math with the shell; Playing with file descriptors and redirection; Arrays and associative arrays; Visiting aliases; Grabbing information about the terminal; Getting and setting dates and delays; Debugging the script; Functions and arguments; Reading the output of a sequence of commands</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Reading n characters without pressing the return keyRunning a command until it succeeds; Field separators and iterators; Comparisons and tests; Chapter 2: Have a Good Command; Introduction; Concatenating with cat; Recording and playing back of terminal sessions; Finding files and file listing; Playing with xargs; Translating with tr; Checksum and verification; Cryptographic tools and hashes; Sorting unique and duplicates; Temporary file naming and random numbers; Splitting files and data; Slicing filenames based on extension; Renaming and moving files in bulk</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Spell checking and dictionary manipulationAutomating interactive input; Making commands quicker by running parallel processes; Chapter 3: File In, File Out; Introduction; Generating files of any size; The intersection and set difference (A-B) on text files; Finding and deleting duplicate files; Working with file permissions, ownership, and the sticky bit; Making files immutable; Generating blank files in bulk; Finding symbolic links and their targets; Enumerating file type statistics; Using loopback files; Creating ISO files and hybrid ISO; Finding the difference between files, patching</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Using head and tail for printing the last or first 10 linesListing only directories -- alternative methods; Fast command-line navigation using pushd and popd; Counting the number of lines, words, and characters in a file; Printing the directory tree; Chapter 4: Texting and Driving; Introduction; Using regular expressions; Searching and mining a text inside a file with grep; Cutting a file column-wise with cut; Using sed to perform text replacement; Using awk for advanced text processing; Finding the frequency of words used in a given file; Compressing or decompressing JavaScript</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Merging multiple files as columnsPrinting the nth word or column in a file or line; Printing text between line numbers or patterns; Printing lines in the reverse order; Parsing e-mail addresses and URLs from a text; Removing a sentence in a file containing a word; Replacing a pattern with text in all the files in a directory; Text slicing and parameter operations; Chapter 5: Tangled Web? Not At All!; Introduction; Downloading from a web page; Downloading a web page as plain text; A primer on cURL; Accessing Gmail e-mails from the command line; Parsing data from a website</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">This book is written in a Cookbook style and it offers learning through recipes with examples and illustrations. Each recipe contains step-by-step instructions about everything necessary to execute a particular task. The book is designed so that you can read it from start to end for beginners, or just open up any chapter and start following the recipes as a reference for advanced users. If you are a beginner or an intermediate user who wants to master the skill of quickly writing scripts to perform various tasks without reading the entire manual, this book is for you. You can start writing scri</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">Linux</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Linux</subfield><subfield code="2">blmlsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Linux</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Command languages (Computer science)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer science</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Linux</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Operating systems (Computers)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Scripting languages (Computer science)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Operating Systems / Linux</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Scripting languages (Computer science)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Informatik</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Scripting languages (Computer science)</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield><subfield code="a">ZDB-4-ITC</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-029187566</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=587839</subfield><subfield code="l">FAW01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=587839</subfield><subfield code="l">FAW02</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=587839</subfield><subfield code="l">UBY01</subfield><subfield code="p">ZDB-4-ITC</subfield><subfield code="q">UBY_PDA_ITC_Kauf</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV043776506 |
illustrated | Not Illustrated |
indexdate | 2024-07-10T07:34:48Z |
institution | BVB |
isbn | 9781782162759 1782162755 9781680153576 1680153579 9781782162742 1782162747 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-029187566 |
oclc_num | 850162202 |
open_access_boolean | |
owner | DE-1046 DE-1047 DE-706 |
owner_facet | DE-1046 DE-1047 DE-706 |
physical | 384 pages |
psigel | ZDB-4-EBA ZDB-4-ITC ZDB-4-EBA FAW_PDA_EBA ZDB-4-ITC UBY_PDA_ITC_Kauf |
publishDate | 2013 |
publishDateSearch | 2013 |
publishDateSort | 2013 |
publisher | Packt Publishing |
record_format | marc |
spelling | Tushar, Shantanu Verfasser aut Linux Shell Scripting Cookbook 2nd ed Birmingham Packt Publishing 2013 384 pages txt rdacontent c rdamedia cr rdacarrier Image crawler and downloader Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Shell Something Out; Introduction; Printing in the terminal; Playing with variables and environment variables; Function to prepend to environment variables; Math with the shell; Playing with file descriptors and redirection; Arrays and associative arrays; Visiting aliases; Grabbing information about the terminal; Getting and setting dates and delays; Debugging the script; Functions and arguments; Reading the output of a sequence of commands Reading n characters without pressing the return keyRunning a command until it succeeds; Field separators and iterators; Comparisons and tests; Chapter 2: Have a Good Command; Introduction; Concatenating with cat; Recording and playing back of terminal sessions; Finding files and file listing; Playing with xargs; Translating with tr; Checksum and verification; Cryptographic tools and hashes; Sorting unique and duplicates; Temporary file naming and random numbers; Splitting files and data; Slicing filenames based on extension; Renaming and moving files in bulk Spell checking and dictionary manipulationAutomating interactive input; Making commands quicker by running parallel processes; Chapter 3: File In, File Out; Introduction; Generating files of any size; The intersection and set difference (A-B) on text files; Finding and deleting duplicate files; Working with file permissions, ownership, and the sticky bit; Making files immutable; Generating blank files in bulk; Finding symbolic links and their targets; Enumerating file type statistics; Using loopback files; Creating ISO files and hybrid ISO; Finding the difference between files, patching Using head and tail for printing the last or first 10 linesListing only directories -- alternative methods; Fast command-line navigation using pushd and popd; Counting the number of lines, words, and characters in a file; Printing the directory tree; Chapter 4: Texting and Driving; Introduction; Using regular expressions; Searching and mining a text inside a file with grep; Cutting a file column-wise with cut; Using sed to perform text replacement; Using awk for advanced text processing; Finding the frequency of words used in a given file; Compressing or decompressing JavaScript Merging multiple files as columnsPrinting the nth word or column in a file or line; Printing text between line numbers or patterns; Printing lines in the reverse order; Parsing e-mail addresses and URLs from a text; Removing a sentence in a file containing a word; Replacing a pattern with text in all the files in a directory; Text slicing and parameter operations; Chapter 5: Tangled Web? Not At All!; Introduction; Downloading from a web page; Downloading a web page as plain text; A primer on cURL; Accessing Gmail e-mails from the command line; Parsing data from a website This book is written in a Cookbook style and it offers learning through recipes with examples and illustrations. Each recipe contains step-by-step instructions about everything necessary to execute a particular task. The book is designed so that you can read it from start to end for beginners, or just open up any chapter and start following the recipes as a reference for advanced users. If you are a beginner or an intermediate user who wants to master the skill of quickly writing scripts to perform various tasks without reading the entire manual, this book is for you. You can start writing scri Linux Linux blmlsh Linux fast Command languages (Computer science) Computer science Operating systems (Computers) Scripting languages (Computer science) COMPUTERS / Operating Systems / Linux bisacsh Scripting languages (Computer science) fast Informatik |
spellingShingle | Tushar, Shantanu Linux Shell Scripting Cookbook Linux Linux blmlsh Linux fast Command languages (Computer science) Computer science Operating systems (Computers) Scripting languages (Computer science) COMPUTERS / Operating Systems / Linux bisacsh Scripting languages (Computer science) fast Informatik |
title | Linux Shell Scripting Cookbook |
title_auth | Linux Shell Scripting Cookbook |
title_exact_search | Linux Shell Scripting Cookbook |
title_full | Linux Shell Scripting Cookbook |
title_fullStr | Linux Shell Scripting Cookbook |
title_full_unstemmed | Linux Shell Scripting Cookbook |
title_short | Linux Shell Scripting Cookbook |
title_sort | linux shell scripting cookbook |
topic | Linux Linux blmlsh Linux fast Command languages (Computer science) Computer science Operating systems (Computers) Scripting languages (Computer science) COMPUTERS / Operating Systems / Linux bisacsh Scripting languages (Computer science) fast Informatik |
topic_facet | Linux Command languages (Computer science) Computer science Operating systems (Computers) Scripting languages (Computer science) COMPUTERS / Operating Systems / Linux Informatik |
work_keys_str_mv | AT tusharshantanu linuxshellscriptingcookbook |