Search Results

Search: Posts Made By: aelhosiny
4,704
Posted By aelhosiny
Thanks guys. I tried the xterm instead of...
Thanks guys.

I tried the xterm instead of terminal and it works. I do not know the reason why the gnome-terminal does not work.

---------- Post updated at 02:52 PM ---------- Previous update...
4,704
Posted By aelhosiny
Run script in new terminal
Hi Guys,

I have a script that runs certain simulations in batch mode. I need to schedule some simulations to run over night.
For each simulation to complete it should be run in separate terminal....
2,198
Posted By aelhosiny
After some search I found two alternatives The...
After some search I found two alternatives
The first -my favorite- is :

set prompt="%{\033[0;33m%}%~%{\033[1;30m%} \n%{\033[0;32m%}%n@%m:>%{\033\[1;31m%} "

The second is

alias set_prmpt...
2,198
Posted By aelhosiny
Sorry, I did not mention that I'm using csh as...
Sorry,
I did not mention that I'm using csh as default shell on centos 5.10
It's the default shell set by the sys admin

Accordingly the PS1 does not exist :(
I have already added these commands...
2,198
Posted By aelhosiny
Prompt path display issue
I use the following command to print the current directory above the command prompt

set prompt="`exec pwd`\n$USER@`hostname -s` %B: % > "

The output is something like this

<current path>...
2,539
Posted By aelhosiny
I receive this output when I run the command ...
I receive this output when I run the command

chsh: can only change local entries; use ypchsh instead.
2,539
Posted By aelhosiny
Change default terminal compiler - Centos
I'm working on a centos 5.10 64bit desktop machine. I want to change the default terminal compiler to bash instead of csh/sh without root permissions.

Thanks in advance
15,657
Posted By aelhosiny
centos 5.10, 64-bit
centos 5.10, 64-bit
15,657
Posted By aelhosiny
Create cron job without root
Hi there,

I need to create a crone job to backup certain files on my disk without root permissions.
Also if I will be able to edit cronetab then I need to know how to edit it with any editor...
1,028
Posted By aelhosiny
Does not work either. I found the problem....
Does not work either.

I found the problem. In the IF condition body I extract the file $SDFFILE_SRC to $SDFFILE_DST. The extracted file reserves the modification date of the source compressed...
1,028
Posted By aelhosiny
File test commands with variable file name
Hi there

I have the following code

SDFFILE_SRC=$BACKEND_DIR/$SDFFILE_MIN_tar
SDFFILE_DST=$SIM_DIR/$SDFFILE_MIN
if [[ (-e "$SDFFILE_DST" && ("$SDFFILE_SRC" -nt "$SDFFILE_DST")) || (! -e...
Showing results 1 to 11 of 11

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