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

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -