Search Results

Search: Posts Made By: dateez
Forum: AIX 10-12-2011
3,463
Posted By dateez
few hundreds, roughly around 350.
few hundreds, roughly around 350.
Forum: AIX 10-12-2011
3,463
Posted By dateez
mget is stuck
Hi,

below are the commands I use to get many gif files from /usr/local/images directory, the command just getting stuck at mget, nothing is moving

cd /usr/local/images
binary
mget *.gif:wall:...
Forum: AIX 06-08-2011
2,511
Posted By dateez
Using conditions in FTP
I'm running a ftp script which will ftp a file xxx.dat from abcd to wxyz

In that I want to check if the file already exists or not,
1. if yes, append the current file to old file
2. else, put...
8,632
Posted By dateez
I did removed it... as you said it should be a...
I did removed it... as you said it should be a err while copy/pasting somehow... I have to recollect what I did on that day and come to a conclusion...

Anyways, thanks guys for your help. I...
8,632
Posted By dateez
I didn't give it as > ps > ls I'm...
I didn't give it as

> ps
> ls

I'm sure that I just typed the commands.
8,632
Posted By dateez
yes, it was created last friday when I did my...
yes, it was created last friday when I did my routine checks... any idea how these were created?

---------- Post updated at 12:44 PM ---------- Previous update was at 12:22 PM ----------

this...
8,632
Posted By dateez
Given commands were created as 0 byte files
I were checking few processes running and check what at the files currently I have in my home directory by giving below commands
$ ps -ef|grep sleep
$ ls -lt | pg

after awhile the first column...
11,142
Posted By dateez
That's the nick Johnson, I was using the...
That's the nick Johnson,

I was using the directory path in ls, which was causing the problem. I removed that and it worked as charm.

Thank u for your help :b:
11,142
Posted By dateez
Hi, I tried that too, getting the same...
Hi,

I tried that too, getting the same error,

/usr/bin/printf: 0403-027 The parameter list is too long.
11,142
Posted By dateez
/usr/bin/ls: 0403-027 the parameter list is too long.
Hi,

I'm trying to list specific files and redirecting to a file

ls a[0-9]qp* > temp.lst

but getting "/usr/bin/ls: 0403-027 the parameter list is too long." error. I just have 236 files in...
7,086
Posted By dateez
hi, ur suggestion worked like charm.......
hi,

ur suggestion worked like charm.... thank u.... n i read the code tags.... i'll try to be more clear n formatted next time....
2,269
Posted By dateez
or u can use this in command line, awk -F,...
or u can use this in command line,

awk -F, '{ print "Line : "FNR, "Columns : "NF }' file
2,269
Posted By dateez
Hope this helps, count=0 while read LINE ...
Hope this helps,

count=0
while read LINE
do
let count=count+1
echo $LINE|awk -F, '{ print "Line : "'$count', "Columns : "NF }'
done < $file
7,086
Posted By dateez
Hi Tony, Thank u for ur reply, hope i'm...
Hi Tony,

Thank u for ur reply, hope i'm clear with my problem here!!!
7,086
Posted By dateez
here is my problem, all my spaces are being ate...
here is my problem, all my spaces are being ate up by echo or print,

Input line:
My(5 spaces)name(5 spaces)is(5 spaces)David.(5 spaces)Working(5 spaces)on(5 spaces)shell(5 spaces)scripting(5...
2,375
Posted By dateez
hi, free the /tmp directory a bit.
hi,

free the /tmp directory a bit.
2,375
Posted By dateez
Renjesh, check the disc space in the source,...
Renjesh,

check the disc space in the source, destination and /var/temp directories
7,086
Posted By dateez
Writing line to a file
Hi,

I'm reading and writing a line from one file to another.

Input line is like this:

My name is David. Working on a shell script now.

When I use...
Showing results 1 to 18 of 18

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