Sed Unix

Hands-on Unix or Linux Commands with grep, awk, sed & more !  eBooks & eLearning

Posted by Sigha at Dec. 30, 2019
Hands-on Unix or Linux Commands with grep, awk, sed & more !

Hands-on Unix or Linux Commands with grep, awk, sed & more !
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 869 MB
Genre: eLearning Video | Duration: 35 Lessons (2h 31m) | Language: English

unix, linux, unix command, linux command, sed, awk, grep, find, sort, regular expression, compress, zip, gzip.

Advance Unix:File Processing: AWK|SED |GREP| CUT|VIM|Level-1 [Update]  eBooks & eLearning

Posted by naag at April 21, 2019
Advance Unix:File Processing: AWK|SED |GREP| CUT|VIM|Level-1 [Update]

Advance Unix:File Processing: AWK|SED |GREP| CUT|VIM|Level-1
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 5.5 Hours | Lec: 84 | 872 MB
Genre: eLearning | Language: English

UNIX Shells by Example (Repost)  eBooks & eLearning

Posted by DZ123 at Feb. 4, 2018
UNIX Shells by Example (Repost)

Ellie Quigley, "UNIX Shells by Example"
English | 2004 | ISBN: 013147572X | PDF | pages: 1194 | 150.6 mb

sed & awk (2nd Edition)  eBooks & eLearning

Posted by johinson at Dec. 6, 2009
sed & awk (2nd Edition)

Arnold Robbins, «sed & awk (2nd Edition)»
O'Reilly | ISBN: 1565922255 | 1997 | PDF | 432 pages | 2.13 MB

sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox. The book lays a foundation for both programs by describing how they are used and by introducing the fundamental concepts of regular expressions and text matching. This edition covers the sed and awk programs as they are mandated by the POSIX standard. It also includes a discussion of the GNU versions of both programs, which have extensions beyond their UNIX counterparts. Many examples are used throughout the book to illustrate the concepts discussed.

Advance Unix File Processing AWK SED GREP CUT VIM  eBooks & eLearning

Posted by naag at June 24, 2017
Advance Unix  File Processing AWK SED GREP CUT VIM

Advance Unix File Processing AWK SED GREP CUT VIM
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 5.5 Hours | Lec: 84 | 815 MB
Genre: eLearning | Language: English

With Real time examples
Брайан Керниган, Роб Пайк. "Unix. Программное окружение" / "UNIX: Programming Environment" by Brian W. Kernighan, Rob Pike

Брайан Керниган, Роб Пайк. "Unix. Программное окружение" / "UNIX: Programming Environment" by Brian W. Kernighan, Rob Pike
Символ-Плюс | 2003 | ISBN: 5932860294 9785932860298 | 414 pages | PDF | 3 MB

Книга представляет собой введение в программное окружение UNIX и адресована тем, кто хочет научиться программировать с помощью всех тех инструментов, которые поставляются с операционной системой.

New to Unix/Linux? Be an Expert in a MONTH-Shell Script 2023  eBooks & eLearning

Posted by naag at July 20, 2024
New to Unix/Linux? Be an Expert in a MONTH-Shell Script 2023

New to Unix/Linux? Be an Expert in a MONTH-Shell Script 2023
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | 11 hours 21 minutes | 117 lectures | 3.36 GB
Genre: eLearning | Language: English

Step by Step Unix - Linux Commands |Grep in Detail | File and Folder operations | Best Practices | Quiz & Exercise

New to Unix/Linux? Be an Expert in a MONTH-Shell Script 2023  eBooks & eLearning

Posted by naag at July 20, 2024
New to Unix/Linux? Be an Expert in a MONTH-Shell Script 2023

New to Unix/Linux? Be an Expert in a MONTH-Shell Script 2023
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | 11 hours 21 minutes | 117 lectures | 3.36 GB
Genre: eLearning | Language: English

Step by Step Unix - Linux Commands |Grep in Detail | File and Folder operations | Best Practices | Quiz & Exercise

Unix for Mac OS X Users [repost]  eBooks & eLearning

Posted by house23 at Oct. 1, 2014
Unix for Mac OS X Users [repost]

Unix for Mac OS X Users
MOV | AVC 68kbps | English | 960x600 | 15fps | 6h 33mins | AAC mono 96kbps | 498 MB
Genre: Video Training

Unix for Mac OS X Users unlocks the powerful capabilities of Unix that underlie Mac OS X, teaching how to use command-line syntax to perform common tasks such as file management, data entry, and text manipulation. The course teaches Unix from the ground up, starting with the basics of the command line and graduating to powerful, advanced tools like grep, sed, and xargs. The course shows how to enter commands in Terminal to create, move, copy, and delete files and folders; change file ownership and permissions; view and stop command and application processes; find and edit data within files; and use command-line shortcuts to speed up workflow. Exercise files accompany the course.

sed & awk {Repost}  eBooks & eLearning

Posted by Free butterfly at Oct. 6, 2016
sed & awk {Repost}

sed & awk by Dale Dougherty
English | 1 Mar. 1997 | ISBN: 1565922255 | 483 Pages | EPUB | 2 MB

sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox.sed is a "stream editor" for editing streams of text that might be too large to edit as a single file, or that might be generated on the fly as part of a larger data processing step.