Search Results

Search: Posts Made By: praveenkumar_l
14,392
Posted By praveenkumar_l
Jgt's point is valid one. What about scripts...
Jgt's point is valid one. What about scripts which are called from CRON or any other schedulers?
2,475
Posted By praveenkumar_l
I get only the following error gdbm fatal:...
I get only the following error

gdbm fatal: read error
2,475
Posted By praveenkumar_l
Any help on this man page search issue?
Any help on this man page search issue?
2,475
Posted By praveenkumar_l
Man page search issue
I have an issue with my man page configuration.

I can able to see man pages for 1st section. But for not the rest of the sections.

But If it give section number, man page is working properly
...
5,188
Posted By praveenkumar_l
What about ksh? I am using Ksh
What about ksh? I am using Ksh
2,930
Posted By praveenkumar_l
Why you use "print"? Remove it and try alone the...
Why you use "print"? Remove it and try alone the commands
5,188
Posted By praveenkumar_l
Running a script during logoff
I know we can put whatever we need to run during login inside /etc/profile or .profile file. I want to run a set of commands before logoff. Where should I put my commands/scripts? Is such facility...
9,689
Posted By praveenkumar_l
Any help please on this man page issue?
Any help please on this man page issue?
9,689
Posted By praveenkumar_l
Seems to be okay /usr/local/man> ll total...
Seems to be okay

/usr/local/man> ll
total 0
drwxr-xr-x 2 root root 72 2007-06-05 10:53 man1
drwxr-xr-x 2 root root 48 2004-03-25 16:30 man2
drwxr-xr-x 2...
14,282
Posted By praveenkumar_l
Thanks a lot
Thanks a lot
9,689
Posted By praveenkumar_l
man page issue
Man page is not working my system. It is giving the following the following error

> man ls
gdbm fatal: read error

with debug option

> man -d ls
...
....
...
...
using less as pager...
4,871
Posted By praveenkumar_l
We can create a such user id with duplicate uid...
We can create a such user id with duplicate uid of root. But don't know the effect of it
14,282
Posted By praveenkumar_l
Thanks Perderabo. By the way, what is the effect...
Thanks Perderabo. By the way, what is the effect of creating a user id (say user1) with uid=0 (that of root)? Will it cause any issues or system crash?
14,282
Posted By praveenkumar_l
What about Linux? I am using Suse Linux
What about Linux? I am using Suse Linux
14,282
Posted By praveenkumar_l
Thanks. I am using Suse Linux
Thanks. I am using Suse Linux
16,329
Posted By praveenkumar_l
By reverse, you mean character by character or...
By reverse, you mean character by character or line by line?
14,282
Posted By praveenkumar_l
chown issue
I have a strange problem in my Linux box (Suse). Recently I took over this box as admin even though I have no prior admin experience. Following is my issue

I had following users under 'root' group...
3,319
Posted By praveenkumar_l
Thanks "Shell Life" and "aigels". I did not...
Thanks "Shell Life" and "aigels". I did not expected the input to be big.
3,319
Posted By praveenkumar_l
This is my version #!/usr/bin/ksh ...
This is my version

#!/usr/bin/ksh

string=$(cat file2)
usage=50
time_limit=3

percentage=$(echo $string | sed 's/.*(\([0-9].*\)%).*/\1/')
hours=$(echo $string | sed...
7,526
Posted By praveenkumar_l
Try this. This may not be a generic version. ...
Try this. This may not be a generic version.

$ cat file1.ksh
#!/usr/bin/ksh

schemas=$(cut -f1 -d. file1 | sort -u | xargs | sed 's/ /,/')
tables=$(cut -f2 -d. file1 | sort -u | xargs | sed -e...
2,930
Posted By praveenkumar_l
Try this ftp -v -n <<-EOF open server ...
Try this

ftp -v -n <<-EOF
open server
user user pass
bye
EOF
4,845
Posted By praveenkumar_l
This will not work in Korn shell
This will not work in Korn shell
4,845
Posted By praveenkumar_l
str2=${str#?} str1=${str%$str2} $ echo...
str2=${str#?}
str1=${str%$str2}

$ echo $str1
A
$ echo $str2
2465443
9,610
Posted By praveenkumar_l
One more correction in my sed command. I found a...
One more correction in my sed command. I found a minor issue. This is the final version

sed 's/[+-]0*\(..*\...*\)/\1/g' file
3,988
Posted By praveenkumar_l
Try this ls -1 |tail -1 NOTE: ls option...
Try this

ls -1 |tail -1

NOTE: ls option is not l (el), but 1 (one)
Showing results 1 to 25 of 36

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