The Linux Programming Bible: The Complete Guide to Learn Linux Commands, Linux Operating System and Shell Scripting Step-by-Step by Nicholas Ayden
Author:Nicholas Ayden [Ayden, Nicholas]
Language: eng
Format: epub
Published: 2019-11-27T00:00:00+00:00
Create a file with the cat command
Using the cat command you can create a file quickly and add text. To do that, use the ">" operator to redirect the text in the file.
cat > filename.txt
This is how the file is created and you can start filling it with text. To add several lines of text, simply press Enter at the end of each line. When you are done, press CTRL + D to exit the file.
To verify that the file in effect has been created by the previous command, simply use the following ls command in the terminal:
ls -l
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7758)
Filmora Efficient Editing by Alexander Zacharias(5714)
The Infinite Retina by Robert Scoble Irena Cronin(5188)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(3934)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3932)
Edit Like a Pro with iMovie by Regit(3387)
Linux Administration Best Practices by Scott Alan Miller(2857)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2834)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2520)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2359)
Docker on Windows by Stoneman Elton(2317)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2310)
Creative Projects for Rust Programmers by Carlo Milanesi(2207)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2107)
Hands-On Linux for Architects by Denis Salamanca(2051)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(1996)
Computers For Seniors For Dummies by Nancy C. Muir(1995)
The Old New Thing by Raymond Chen(1938)
Linux Kernel Debugging by Kaiwan N Billimoria(1761)
