From bda05ee47e14ad5cf007ceddffc18e0760556355 Mon Sep 17 00:00:00 2001 From: Fabien Dubosson Date: Tue, 16 Jun 2015 10:27:46 +0200 Subject: [PATCH] Add missing quotes around program names --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0044b6a..ab17f93 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Scope: - Be familiar with Bash job management: `&`, **ctrl-z**, **ctrl-c**, `jobs`, `fg`, `bg`, `kill`, etc. -- Know ssh, and the basics of passwordless authentication, via `ssh-agent`, `ssh-add`, etc. +- Know `ssh`, and the basics of passwordless authentication, via `ssh-agent`, `ssh-add`, etc. - Basic file management: `ls` and `ls -l` (in particular, learn what every column in `ls -l` means), `less`, `head`, `tail` and `tail -f`, `ln` and `ln -s` (learn the differences and advantages of hard versus soft links), `chown`, `chmod`, `du` (for a quick summary of disk usage: `du -sk *`), `df`, `mount`. @@ -283,7 +283,7 @@ A few examples of piecing together commands: - `look`: find English words (or lines in a file) beginning with a string -- `cut `and paste and join: data manipulation +- `cut `and `paste` and `join`: data manipulation - `fmt`: format text paragraphs @@ -293,7 +293,7 @@ A few examples of piecing together commands: - `column`: format text into columns or tables -- `expand `and unexpand: convert between tabs and spaces +- `expand` and `unexpand`: convert between tabs and spaces - `nl`: add line numbers @@ -329,7 +329,7 @@ A few examples of piecing together commands: - `iconv `or uconv: conversion for text encodings -- `split `and csplit: splitting files +- `split `and `csplit`: splitting files - `7z`: high-ratio file compression