linux - File list by ls are misaligned -


I catted a binary file and press Ctrl-Z to stop it. Now LS results have been misguided incorrectly. What happened and how could I properly list them?

type reset to reset your terminal, and Enter . Then press Ctrl + L to clear the screen. You should be back to normal

Oh, and by the way, you used to run in that binary cat, when you suspended it, Ctrl-Z , it's still going on. Run jobs to see the list of jobs, and if so, kill job number 2, do 2% (or whatever job number).

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

objective c - how Set autolayout for multiple dynamic buttons and labells in iOS? -