Extract values from a log file

Extract values from a log file In this article I will explain how you can use bash and all the other cool unix tool to extract data from other files like a log file or something similar. First of all a quick example how the data in our case looks like. I created it with generatedata. In the first column we have some iterations, in the second column some normal distributed data and in the third column also some data....

December 3, 2019 Â· 3 min Â· Moritz Gnisia

Create markdown tables in the terminal

Functions are definitely a nice tool in fish to help you work more efficient and utilize them in the daily life. Recently during a lab course one had to describe the function of different cpp-files. As Markdown is the way to comment them in gitlab or github I thought that it might be beneficial to have the possibility to create a markdown table just in the terminal. In fish you can easily write your function or if you are more familiar with bash, just use the latter....

November 27, 2019 Â· 1 min Â· Moritz Gnisia