User Tools

Site Tools


ubuntu:xargs:remove_blank_spaces_in_a_string

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ubuntu:xargs:remove_blank_spaces_in_a_string [2021/06/22 12:18] – created peterubuntu:xargs:remove_blank_spaces_in_a_string [2021/06/22 12:19] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - xargs - Remove Blank Spaces in a String ====== 
- 
-Just pipe the string to the xargs command. 
- 
-<code bash> 
-echo "     Hello world!    " | xargs 
-</code> 
- 
-returns: 
- 
-<code bash> 
-Hello world! 
-</code> 
- 
  
ubuntu/xargs/remove_blank_spaces_in_a_string.1624364312.txt.gz · Last modified: 2021/06/22 12:18 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki