04-18-2013
"even tried to copy the files to another location, but it failed with error "filename" invalid argument."
Yeah, sounds like you have an invalid file name - like a space in it!
10 More Discussions You Might Find Interesting
1. UNIX for Advanced & Expert Users
Hi all,
I am generating a file on the Unix machine , now i want to FTP the same file to the NT machine.
how can i do that and the application currently upon which i am working is a JAVA based application.
I need your help.
regards
Ruchir (2 Replies)
Discussion started by: Ruchir
2 Replies
2. AIX
i want to move my AIX os ver 4.2.1 to a new version IBM system. how can i acheive this. (1 Reply)
Discussion started by: gmonix
1 Replies
3. UNIX for Dummies Questions & Answers
Hi,
I need a clarification.
Is there any difference between AIX box and Sun Solaris box?
The bzip command with -c option works in AIX box and the same does not work in Sun Solaris box.
Can anyone please explain if there is an implementation difference in both these boxes for the shell... (1 Reply)
Discussion started by: nisha4680
1 Replies
4. Shell Programming and Scripting
I have a script that processes a file with two columns (IDs and Idle session times):
# cat /tmp/idle-ids.lst
user1 2,390
user2 97
user3 93
user4 67
user5 56
user6 33
user7 22
user8 6
user9 2
user10 0
my script works, but has... (4 Replies)
Discussion started by: mr_manny
4 Replies
5. Shell Programming and Scripting
Hello all !
I'm trying to write a shell script (bash) to ftp a file starting with particular name like "Latest_" that is present on a Windows box to UNIX server. Basically I want to set this script in the cron so that daily the new build that is posted on the Windows box can be downloaded to the... (2 Replies)
Discussion started by: vijayb4u83
2 Replies
6. Shell Programming and Scripting
Hi al,
Im trying to write something to read a date file and append each date to my file output name.
Datefile:
20091001
20091015
Final output file I would like is:
DATA_20091001_20091015.xls
The script Im trying, but not working, is
n=`wc -l < dates_yymmdd.txt`
i=1 (2 Replies)
Discussion started by: NycUnxer
2 Replies
7. UNIX for Advanced & Expert Users
Hi Thinkers,
On AIX 5.3, we have a monitor program that reads the log file and searching for a certain string pattern that we define(say "transactionException"), if it sees it then it will raise an alert by sending an email.
Because the log file XXX.log is rolling into XXX.log.0, XXX.log.1,... (2 Replies)
Discussion started by: TheGunMan
2 Replies
8. UNIX Desktop Questions & Answers
dear friends
I have a wrote a shell script which works like this.
1.) a command is executed and the log is moved in the file.
2.) this file is copied in to the other file.
3.) used a grep command to find a particular word.
4.) if a particular word is there then the script will go to next... (4 Replies)
Discussion started by: aboy212u
4 Replies
9. How to Post in the The UNIX and Linux Forums
Hello my dear friends,
Two file are auto generated from mon - fri at different directories on same windows box.Every day i have to copy the file, rename it (specific name)and ftp it to linux box specified directory.
is it possible to automate this process,If yes this has to be done from windows... (1 Reply)
Discussion started by: umesh yadav
1 Replies
10. Shell Programming and Scripting
I'm working on Aix 6.1 and using ksh shell.
The below works fine on Linux bash or ksh shell .
while IFS= read -r dirpath ; do
echo "Hi"
done <<<"$var"
However, any such while loop that reads the input from file or variable using <<< fails on Aix system with the below error:
Below... (2 Replies)
Discussion started by: mohtashims
2 Replies
LEARN ABOUT REDHAT
kde-build
KDE-BUILD(1) User Contributed Perl Documentation KDE-BUILD(1)
NAME
kde-build - Updates and recompiles a tree of KDE CVS modules
SYNOPSIS
kde-build
DESCRIPTION
kde-build has been designed to keep a local copy of several KDE CVS modules up to date and recompile them. Those modules have to be saved
in a common directory, e.g. something like
~/kde-src/
|
+-> kdelibs/
|
+-> kdebase/
|
-> kdenetwork/
In this case, the KDE source directory would be ~/kde-src/. The script will take care of compiling them in the correct order, checks for
dependencies and resolves them as far as possible.
Please not that, prior to first invokation of the script, the configuration file 'kde-buildrc' has to be modified to reflect the local
environment, such as paths etc.
RETURN VALUE
The following error codes are returned by the script.
0 - No error seems to have occured.
1 - The script could not change into the directory of a module.
2 - The script could not open the file 'Makefile.in' of a module.
3 - The configuration of a module failed.
4 - The compilation of a module failed.
5 - The installation of a module failed.
6 - An invalid source directory was specified.
7 - An invalid Qt directory was specified.
8 - An invalid CVS client was specified.
9 - No cvsup server was specified.
10 - The temporary CVSUP configuration file couldn't be created.
11 - The configuration file kde-buildrc couldn't be loaded.
EXAMPLES
cd ~/scripts/; vi ./kde-buildrc; ./kde-build
BUGS
Lots, mostly that the script wasn't written with portability in mind and therefore won't run very nice on platforms other than Linux.
TODO
Add a DIAGNOSIS section to this man page.
AUTHOR
Frerich Raabe <raabe@kde.org>
3rd Berkeley Distribution perl v5.6.1 KDE-BUILD(1)