mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-11-03 22:51:07 +01:00 
			
		
		
		
	Update 'echo -n' example
Putting `echo -n` in backticks isn't a productive example, since command substitution (backticks, or `$()` in Bash) already removes the trailing newline(s). References: * <https://www.gnu.org/software/bash/manual/html_node/Command-Substitution.html> * <http://heirloom.sourceforge.net/sh/sh.1.html#4>
This commit is contained in:
		
		Reference in New Issue
	
	Block a user