mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
5 lines
70 B
Sed
5 lines
70 B
Sed
s/#.*//
|
|
s/[ ][ ]*$//
|
|
/^$/d
|
|
s/[^ ][^ ]*[ ][ ]*\(.*\)$/ "\1",/
|