Logo

Command Line Cookbook

Command Line Cookbook

Publisher: GitBook
Number of pages: 62

Description:
A cookbook for using command line tools to do everyday's job. In everyday's job, you often encounter various types of repetitive manual tasks, such as renaming a lot of files, finding texts, processing texts and so on. These tasks take a lot of time doing manually using GUI. This book aims to leverage the power of the command line tools to make your job less tedious and more enjoyable.

Home page url

Download or read it online for free here:
Download link
(210KB, PDF)

Similar books

Book cover: Project Oberon - The Design of an Operating System and CompilerProject Oberon - The Design of an Operating System and Compiler
by
Here are the results of Project Oberon, which goal was to design an entire system from scratch. It gives advice on how a system might be built, and demonstrates how one was built. Program listings alone contain the ultimate explanations.
(18217 views)
Book cover: Practical File System Design with the Be File SystemPractical File System Design with the Be File System
by - Morgan Kaufmann Publishers
Guide to the design of file systems in general, and the Be File System in particular. The book covers all topics related to file systems, advanced topics are also covered, such as journaling, attributes, indexing and query processing.
(18299 views)
Book cover: A Short Introduction to Operating SystemsA Short Introduction to Operating Systems
by
The lecture notes that cover most of the basic topics of operating systems: key concepts, single-task OS, multi-tasking and multi-user OS, processes and thread, memory and storage, networks - services and protocols, TCP/IP, security considerations.
(21717 views)
Book cover: Programming the Be Operating SystemProgramming the Be Operating System
by - O'Reilly
This book gives C++ programmers their start to developing the applications on Be operating system. The book begins with simple programs and gradually adds elements of the graphical interface. It carefully describes drawing and message handling.
(23058 views)