[Konsole-devel] [Bug 165602] Konsole does not save/remember changes in schema when closed/reopened.

Robert Knight robertknight at gmail.com
Wed Jul 23 17:28:52 UTC 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=165602         




------- Additional Comments From robertknight gmail com  2008-07-23 19:28 -------
To delete a directory, run:

rm -r <directory>

(where 'r' stands for 'recursive')

To do something with a file that has spaces in its name, you need to surround it with quotes - otherwise the command will assume you are talking about several files.

rm "Green on Black"

OR

rm Green\ on\ Black

(Where the backslash 'escapes' the space so that it is considered part of the first filename)



More information about the konsole-devel mailing list