Timeline for Draw an ASCII Rectangle
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 7 at 9:17 | history | edited | Asturio | CC BY-SA 4.0 |
added 21 characters in body
|
| Jul 7 at 8:56 | history | edited | Asturio | CC BY-SA 4.0 |
Applied suggestions from manatwork
|
| Jun 16 at 10:30 | comment | added | manatwork |
Nice first solution. But size could be reduced a bit. 1) Change echo -n "before"; something; echo "after" to echo "before`something`after". 2) Apply DigitalTrauma's tip. 3) Remove unnecessary double quotes. 4) Use `..` instead of $(..) for command substitution where not embedded. Try it online!
|
|
| S Jun 16 at 10:02 | review | First answers | |||
| Jun 16 at 12:13 | |||||
| S Jun 16 at 10:02 | history | answered | Asturio | CC BY-SA 4.0 |