Quote:
Originally Posted by aju_kup
Code:
sed 's/ /-/g' 65258_space.d
|
Unless I'm missing some significance with the '65258_space.d' (whatever that is), that looks like it would replace every space with a -, producing the following file:
Code:
04--D--H---
03--C--G--K
02--B-----L
01--A--E--I
---01-02-03-04
?