Search Results

Search: Posts Made By: m9dhatter
Forum: Solaris 01-24-2008
2,901
Posted By m9dhatter
well.. i've found the fix. found some clues here...
well.. i've found the fix. found some clues here (http://vim.wikia.com/wiki/Getting_colors_to_work_on_solaris). funny how that's for vim. I've set the term to dtterm instead of xtermc
66,892
Posted By m9dhatter
yep. if its a list, that would better suit his...
yep. if its a list, that would better suit his query. :) I've also edited the previous post because I noticed it was kinda dangerous for beginners... sorry about that.
66,892
Posted By m9dhatter
find <dir> -name <shell-regex-pattern> -exec...
find <dir> -name <shell-regex-pattern> -exec <command> {} \;
find some/dir -name "*.jpg" -exec ls -l {} \;


each result of the find would end up in "{}". so "ls -l" would be executed for each....
Forum: Solaris 01-23-2008
2,901
Posted By m9dhatter
[FIXED] Emacs changes the term colors after quitting
Ok. So I've finally compiled the latest version of GNU emacs on Solaris 5.8.
I've set putty up so that it sets TERM=xtermc. emacs now has syntax highlighting. The problem is, whenever I quit emacs,...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 09:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy