File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ future sessions).
7373## Add examples
7474Here are some examples of adding vars using assign.
7575
76- Example | Use | Expands to
77- ------------------------------- | ----------------------------------- | -----------------------------------------------
78- assign c / | ls $c | ls /
79- assign doc /home/user/Documents | cp instructions.pdf $doc | cp instructions.pdf /home/user/Documents
80- assign down ~ /Downloads | cat $down/AscIITable.txt | cat ~ /Downloads/AscIITable.txt
81- assign docroot /var/www/html | chmod 777 $docroot/site1/index.html | chmod 777 /var/www/html/site1/index.html
76+ Example | Use | Expands to
77+ --------------------------------- | -- ----------------------------------- | -----------------------------------------------
78+ ` assign c / ` | ` ls $c ` | ` ls / `
79+ ` assign doc /home/user/Documents ` | ` cp instructions.pdf $doc ` | ` cp instructions.pdf /home/user/Documents `
80+ ` assign down ~/Downloads ` | ` cat $down/AscIITable.txt ` | ` cat ~/Downloads/AscIITable.txt `
81+ ` assign docroot /var/www/html ` | ` chmod 777 $docroot/site1/index.html ` | ` chmod 777 /var/www/html/site1/index.html `
8282
8383## Deleting an assignment
8484You delete an assignment using the -d option followed by the assignment to delete. It will be freed from this point on.
You can’t perform that action at this time.
0 commit comments