Horje
remove space at end of line file Code Example
remove space at end of line file
Use either one of both next commands with sed 's/to_replace/replace/':
sed 's/ *$//' file
sed 's/[[:blank:]]*$//' file




Shell

Related
clean pendrive using diskpart Code Example clean pendrive using diskpart Code Example
sudoers nopasswd Code Example sudoers nopasswd Code Example
bluetooth linux Code Example bluetooth linux Code Example
install ngrx/effects Code Example install ngrx/effects Code Example
git add -A ignore large files Code Example git add -A ignore large files Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9