diff --git a/README.md b/README.md index 800c580..49e36b3 100644 --- a/README.md +++ b/README.md @@ -1058,6 +1058,11 @@ nl -nrz fileA ``` //add leading zeros +or +```bash +nl -w1 -s ' ' +``` +//making it simple, blank seperated ##### Combine/ paste two files (e.g. fileA, fileB)