Search Results

Search: Posts Made By: ijustneeda
80,547
Posted By ijustneeda
Thank you very much for your script, this is...
Thank you very much for your script, this is exactly what I was looking for!

However, I have a few problems with it:

To get it to run, I first had to save the PHP file in your post as index.php...
Forum: Programming 08-07-2012
1,361
Posted By ijustneeda
This was a gdb bug, here is the patch to fix...
This was a gdb bug, here is the patch to fix this: sourceware.org/ml/gdb-patches/2012-08/msg00148.html (http://sourceware.org/ml/gdb-patches/2012-08/msg00148.html)
Forum: Programming 07-31-2012
1,361
Posted By ijustneeda
Why does gdb stop at a different line than “i b” shows while returning from function?
Here is the program I am trying to debug:

#include <stdio.h>
int i = 5;

int main(void)
{
int x = 3;

display(x);
return 0;
}


void display(int x)
{
for ( i=0; i<x; ++i...
Forum: Solaris 05-10-2012
12,072
Posted By ijustneeda
crontab -l root 00 12 * * *...
crontab -l root

00 12 * * * /data/usr/shfolder/datapump.sh
ls -la /var/spool/cron/crontabs

-rw---------- 1 root sys 190 Apr 24 09:16 adm
-r----------- 1 root root ...
Forum: Solaris 05-03-2012
2,823
Posted By ijustneeda
when you will use vi, you should use some...
when you will use vi,

you should use some special keys in keyboard.
for example

for insert you have to press "i" first.
when you need to change something you have press r
to delete line...
Forum: Solaris 05-03-2012
12,072
Posted By ijustneeda
hi, @jim mcnamara...
hi, @jim mcnamara (https://www.unix.com/members/32659.html)
there is a crontab file for root.au but its empty and
there is no group for root.au user sys.
Actually there is no cron job for...
Forum: Solaris 05-03-2012
12,072
Posted By ijustneeda
Operation system solaris(sunOS 5.10 Generic) And ...
Operation system solaris(sunOS 5.10 Generic) And in cron log there is error (bad user root) only for root.

1. with ls -la /var/spool/cron/crontabs
root sys adm
root root lp...
18,821
Posted By ijustneeda
Wanted to continue to use sed in script as it HAD...
Wanted to continue to use sed in script as it HAD been accepted as working in my team. :o
Wonder how fast tr is compared to sed on GB of text files?
18,821
Posted By ijustneeda
Single quotes seem to fail in following cases: ...
Single quotes seem to fail in following cases:
echo "abc- cde fg ' hi" | sed -e 's/[\.\/\%'=:\(\)\`_\'\@\;\+\*\#\$\?\!]/ /g'
echo "abc- cde fg ' hi" | sed -e...
Forum: Solaris 05-02-2012
12,072
Posted By ijustneeda
still not working.... there is no warn for pass...
still not working....
there is no warn for pass in shadow file.

Thanks anyway... but i ll be waiting for other advises...
I have been trying to solve this problem from like 5 days...
I guess...
Forum: Solaris 05-02-2012
12,072
Posted By ijustneeda
thanks for your help, I checked shadow file...
thanks for your help,

I checked shadow file and user (root) is not locked...

what else can be?
Forum: Solaris 05-02-2012
12,072
Posted By ijustneeda
Bad user root in crontab
Hi everyone,

I got error which is "!bad user (root)" in crontab...

I tried changing password,
I checked etc/cron/cron.allow and cron.deny,
And also I checked the permissions of...
18,821
Posted By ijustneeda
But the concern is if it removed other characters...
But the concern is if it removed other characters or did something you did not expect to, there was no way to test this :)

---------- Post updated at 06:42 AM ---------- Previous update was at...
18,821
Posted By ijustneeda
sed replacing specific characters and control characters by escaping
sed -e "s/[\.\/\%'=:\(\)\`_\"\@\;\+\*\#\$\?\!]/ /g" old.txt > new.txt

While I do know some control characters need to be escaped, can normal characters also be escaped and still work the same way?...
Showing results 1 to 14 of 14

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