Is there a cache? How can I avoid this error? Reproducible: Always Steps to Reproduce: 1. checkout a git branch to folder foldera with a textfiole file1.txt 2. open a konsole window 3. enter cd foldera in konsole window1 3. change the git branch inside eclipse 4. change the file file1.txt content with eclipse 5. enter ll; cat file1.txt inside konsole window1 6. open a second konsole window2 7. enter ll; cat file1.txt inside konsole window2 Actual Results: the 2 konsole windows showing different filedates via ll and different file content via cat konsole window1 shows still the wrong file date and cat testfile.txt shows not the last modifications konsole window2 shows date and file content as expected Expected Results: - no 2 konsole windows with different behavior at the same time - allways up-to-date meta file data and file content
There is no cache in Konsole, and Konsole does not change the output of the 'cat' commands, so the issue is elsewhere.