Search Results

Search: Posts Made By: preyan
1,549
Posted By preyan
arr now reads values check this code BEGIN {...
arr now reads values check this code

BEGIN { FS=",";} {
for(i = 1; i <= NF; i++){
arr[i] = $i;
print arr[i];
}
}
10,070
Posted By preyan
try os.system command in python hope it would...
try os.system command in python hope it would suit your purpos
2,317
Posted By preyan
GTK installation problems
This is what happened when I installed my gtkglarea-1.2.3
My GTK+ installation was successful. I installed on a non-standard location
having set all my variables for package config,library and...
5,352
Posted By preyan
Is there any possible way I can set it right ,Am...
Is there any possible way I can set it right ,Am working on SLES 10 .which of the files do i have to modify to check for the presence of the PATH variable before it prints it
5,352
Posted By preyan
:)
Thats true I have the same path listed multiple times
Why is it so ??
5,352
Posted By preyan
PATH variable settings
The contents of My PATH variable gets printed more than once if get it using the command
echo $PATH
Is there any way to set it right
3,806
Posted By preyan
crons
User defined crons have to be created using the command crontab -e

set your cron accordingly

30 14 * * * <your file (eg.sh weather)>
| | | | |_____ Day of the week(0-6)
| | | |_______...
19,770
Posted By preyan
uname
One thing is that u could set an alias to the uname command, or else create your executable to call your desired uname and put it in any of your directories found in your path,after renaming the...
Showing results 1 to 8 of 8

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