Difference between revisions of "Trim"
Jump to navigation
Jump to search
(9 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> | * [[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
- awk ' {$1=$1} 1'
Related[edit]
See also[edit]
- Programming: C, Python,
go
,loop
,while
,for
,if
,variable
, Error handling, Regex, Function, IDE, await, R (programming language), XACML, Type, Class inheritance, Methods, Scheme, Array, Deserialization
Advertising: