Search Results

Search: Posts Made By: vishadow
Forum: Open Source 11-08-2008
352,823
Posted By vishadow
vi, vim, and gvim are the best
I always prefer the vi editor. On windows, I would always install the gvim package which also includes vim in DOS. I even set my command prompt mode to vi in bash & ksh.
1,622
Posted By vishadow
If you have more 'user friendly editor' such as...
If you have more 'user friendly editor' such as nano, then you can do the following:

# EDITOR=nano crontab -e

This is assuming that you are using the bash (or korn) shell
2,584
Posted By vishadow
Sorry for the late response. You're welcome!
Sorry for the late response. You're welcome!
2,584
Posted By vishadow
More control can be obtained by using Perl's...
More control can be obtained by using Perl's select statement:

#!/bin/perl

# loop
while () {
system("command");
select(undef, undef, undef, 0.25); ## Pause for 25 miliseconds
}
Showing results 1 to 4 of 4

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