Search Results

Search: Posts Made By: juzt1s
Forum: AIX 03-29-2011
5,676
Posted By juzt1s
I have downloaded it from IBM, so it's for AIX.
I have downloaded it from IBM, so it's for AIX.
Forum: AIX 03-28-2011
5,676
Posted By juzt1s
AIX Firefox
Hello,

I want to make my firefox runing on AIX.

I'va installed all needed software and when I try to run it I get this:

-bash-3.2# firefox
exec(): 0509-036 Cannot load program...
Forum: Programming 03-16-2011
2,375
Posted By juzt1s
C++ read from file
Hello,

I want to read from for not the entire raw, but for 4 symbols and read next line.

For now I have code to read entire row.

how to edit it?:

int i=0;
char duom;
ifstream iv;
...
Forum: AIX 03-13-2011
11,945
Posted By juzt1s
it's AIX.
it's AIX.
Forum: AIX 03-13-2011
11,945
Posted By juzt1s
# ls -l /usr/lib/libcrypto.a lrwxrwxrwx 1...
# ls -l /usr/lib/libcrypto.a
lrwxrwxrwx 1 root system 29 Mar 13 10:02 /usr/lib/libcrypto.a -
> /opt/freeware/lib/libcrypto.a

And I do not know how was it installed because I got...
Forum: AIX 03-13-2011
11,945
Posted By juzt1s
Installing Wget
Hello,

I've been installing wget, but I keep getting errors.

This command got the job done, but I get errors trying to run wget.

rpm -i wget-1.9.1-2ssl.aix5.3.ppc.rpm --nodeps

Error msg:...
1,851
Posted By juzt1s
Thank you, it works :}
Thank you, it works :}
1,851
Posted By juzt1s
IF $ has value then?
Hello,

I was wondering if there is any way to declare something like this pseudo code:

If [$x HAS A VALUE OR IS NOT EMPTY] ;then?

how to write to check if that $x has a value or anything?
4
2,603
Posted By juzt1s
NeverMind THAT
NeverMind THAT
4
2,603
Posted By juzt1s
oh. I am using this ubuntu on my VMware and it...
oh. I am using this ubuntu on my VMware and it was due the win firewall. thank you :}
4
2,603
Posted By juzt1s
ftp ls
Hello,

I successfully made connect with my ftp server and typed in "ls"
and I got nothing.
except: ftp> ls
200 PORT command successful
425 Unable to build data connection: Connection timed out...
4,576
Posted By juzt1s
Okey. I fixed everything. Thank you all,...
Okey. I fixed everything.

Thank you all, especially vbe for help. Honest thank you.
4,576
Posted By juzt1s
Ok, so I did my studies and I maade this: ...
Ok, so I did my studies and I maade this:

mkdir RaRai
cd Detect
while k=0
do
FILE=$(ls -rt | tail -1)
if [ -f "$FILE" ] #failas
then
bzip2 "$FILE".bz2 "$FILE"
mv "$FILE" "../RaRai"...
4,576
Posted By juzt1s
nearly OK, but my terminal spams: bzip2: Input...
nearly OK, but my terminal spams:
bzip2: Input file 1.sh.bz2 already has .bz2 suffix.
bzip2: Input file 1.sh.bz2 already has .bz2 suffix.
bzip2: Input file 1.sh.bz2 already has .bz2 suffix....
4,576
Posted By juzt1s
Okey, so I tried using both methods. With first...
Okey, so I tried using both methods. With first one I jsut failed, because I tried something like that:

ls -lrt | tail -1
if [ -f $file ]
then
bzip2 $file #
fi
if [ -d $file ]
then
tar -xf...
4,576
Posted By juzt1s
Help with folder and file difference
Hello,

I was wondering how to make difference between file and folder while using ls -l?

I see it on the output because "d" is for dir and "-" for file, but how to make this input to other...
5,453
Posted By juzt1s
Help with auto-detect new files/folders then zip and move script
Hello,

I need a simple script to Auto-detect new files and folders in the directory.

And then I need to zip the new files and bzip2 new folders and move them out of that folder where I am...
Showing results 1 to 17 of 17

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