This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # misal, ada file input.txt | |
| # | |
| # isinya: | |
| # asdf1 | |
| # asdf2 | |
| # asdf3 | |
| # dst... | |
| cat input.txt |xargs | |
| cat input.txt |xargs --verbose | |
| cat input.txt |xargs -t |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # One Dark by Giuseppe Cesarano, https://github.com/GiuseppeCesarano | |
| # This work is licensed under the terms of the GPL-2.0 license. | |
| # For a copy, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html. | |
| # Colors | |
| foreground #979eab | |
| background #282c34 | |
| color0 #282c34 |
OlderNewer