This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
journal:spring2019:ceberli1:week4 [2019/02/13 12:57] ceberli1 [February 7,2019] |
journal:spring2019:ceberli1:week4 [2019/02/13 14:49] (current) ceberli1 [February 7,2019] |
||
---|---|---|---|
Line 83: | Line 83: | ||
**cut -d 'X' -f1 bottom > bottomr | cut -d 'X' -f2 bottom > bottoml | paste -d '' bottoml bottomr > bottomo** | **cut -d 'X' -f1 bottom > bottomr | cut -d 'X' -f2 bottom > bottoml | paste -d '' bottoml bottomr > bottomo** | ||
+ | |||
+ | ==__**UPDATE FEB, 13**__== | ||
+ | |||
+ | i asked in chat and the tee(1) command could be of use to shorten commands | ||
+ | |||
+ | ------------------------------------------------------------------------------ | ||
__The command i used to do it(I only tested it with the bottom as a test)__ | __The command i used to do it(I only tested it with the bottom as a test)__ |