Difference between revisions of "Trim"

From wikieduonline
Jump to navigation Jump to search
(Created page with "* Bash (awk): <code>alias trim="awk ' {\$1=\$1} 1 '"</code>")
 
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
* [[Bash]] ([[awk]]): <code>alias trim="awk ' {\$1=\$1} 1 '"</code>
+
{{lowercase}}
 +
* [[Bash]] ([[awk]]): <code>[[Bash: alias|alias]] trim="[[awk]] ' {\$1=\$1} 1 '"</code>
 +
:: [[awk]] ' {$1=$1} 1'
 +
* [[Terraform]]: <code>[[trimspace]]</code>
 +
 
 +
* [[trim (JS)]]: https://www.npmjs.com/package/trim
 +
 
 +
== Related ==
 +
* <code>[[sed]]</code>
 +
* [[Concatenate]]
 +
* [[cat -te]]
 +
* [[grep .]]
 +
 
 +
==See also==
 +
* {{Programming}}
 +
 
 +
[[Category:Computing]]

Latest revision as of 15:39, 14 October 2024

Advertising: