I know that in other questions you solve the first part of “How to remove the lines which appear on file 1 from another file 2” with: comm -23 file1 file2 and grep -Fvxf file1 file2 But in my case I have empty lines separating data sets that I need to keep, for example: File 1: File 2 what I
Tag: line
Script in ubuntu to take CPU temperature and CPU usage in the same time and save to file [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 3 years ago. Improve this question I need to write script or command line code in Ubuntu which take CPU temperature and % of CPU usage from lm_sensors or something similar
Save Directory Specific history for zshell
I am trying to save my directory specific command line history. AKA, when I am in a directory called Happy, and I arrow up, I don’t want to see all of my past command line history, I only want to see the history that was done in the specific Happy directory. I also want all of this to get saved