- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Shell Scripting Editor
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2007 06:53 AM
10-08-2007 06:53 AM
I am just beginning to write shell scripts and would like to use an editor that has syntax checking and highlighting similar to Visual Studio.
Any help would be appreciated!
Solved! Go to Solution.
- Tags:
- editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2007 07:00 AM
10-08-2007 07:00 AM
Solution'vim' offers additional features including color highlighting. You can obtain 'vim' here:
http://hpux.cs.utah.edu/hppd/hpux/Editors/vim-7.1/
Regards!
...JRF...
- Tags:
- vim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2007 07:01 AM
10-08-2007 07:01 AM
Re: Shell Scripting Editor
If you want PC based (Windows) then you might try Crimson Editor. The price is right (FREE) and it supports syntax highlighting for a number of languages.
http://www.crimsoneditor.com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2007 07:10 AM
10-08-2007 07:10 AM
Re: Shell Scripting Editor
http://hpux.cs.utah.edu/
and search on editors.
By far the most powerful of these that will run on a character-based terminal is emacs. It can be configured to do syntax checking on a huge variety of languages --- but emacs is feature-rich and has a somewhat steep learning curve. Emacs even has a built-inn Lisp interpreter so there are essentially no limits to what the editor can be configured to do. The enhanced version of vi (vim) can also be used to highlight syntax errors.I would stay away from these feature-rich editors until you don't need them because you are making it much harder to spot you own mistakes and those of others when you have to debug their code. After you become reasonably proficient at shell programming then choosing a feature-rich editor makes sense. It's not the shell programming syntax that gives the novice trouble. It's the logic. After all there are only a small number of keywords in the shell.
There is another compelling reason to stick with that clunky vi editor; it's the only one that you are absolutely, positively guaranteed to have on any UNIX box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 12:46 AM
10-09-2007 12:46 AM
Re: Shell Scripting Editor
and it is light wight, ideal for system admins who don't work on big projects (programming wise).
http://geany.uvena.de/
before i knew geany, i used to use jedit, a bit as above (but with lots of plugins) and written in java. pretty good.
http://www.jedit.org/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 12:52 AM
10-09-2007 12:52 AM