Note: The archives category content is an automatically generated focus channel and does not neccessarily reflect the opinions of this blog. No responsibility is taken for the external links presented here, follow at your own discretion.
The archives content is never scraped from sites - but an abstract obtained from search engines.
| Problem |
Solution |
Example |
Reference |
Recommended |
ls | paste - - - comments.php comments-popup.php fat.js footer.php header.php index.php screenshot.png sidebar.php style.css As you'd expect with UNIX, that is not the end of this commands uses! Create a comma seperated list: ls | paste - - - -d, comments.php,comments-popup.php,fat.js footer.php,header.php,index.php screenshot.png,sidebar.php,style.css Then courtesy of the LINUX info command: cat num2 1 2 $ cat let3 a b c $ paste num2 let3 1 a 2 b c And: $ paste -s num2 let3 1 2 a b c
|
Leave a Reply