Sponsored Content
Top Forums Shell Programming and Scripting Find command with MKS Toolkit Post 302355567 by Radhika.Jakkula on Wednesday 23rd of September 2009 05:17:42 AM
Old 09-23-2009
Find command with MKS Toolkit

Hi All,
I want to use the find command with MKS Toolkit. I am using the below syntax,
find.exe . "pattern" -print > tmp.txt
This command is working fine in Unix, but not in MKSToolkit. But it is exiting with 1. Can any one help me how to use the find command with MKS Toolkit.
Thanks for your responses.
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

command find returned bash: /usr/bin/find: Argument list too long

Hello, I create a file touch 1201093003 fichcomp and inside a repertory (which hava a lot of files) I want to list all files created before this file : find *.* \! -maxdepth 1 - newer fichcomp but this command returned bash: /usr/bin/find: Argument list too long but i make a filter all... (1 Reply)
Discussion started by: yacsil
1 Replies

2. Shell Programming and Scripting

error while sending mails through MKS

#!/bin/ksh email0="dummy@company.com" emails() { # mail Generation echo "Hi" | /mapimail -s "-(Test Mail)From Production- `date`" $email0; } emails i receive the following error IDispatch::new MSMAPI.MAPISession failed: 800401f3 at... (0 Replies)
Discussion started by: Vrgurav
0 Replies

3. UNIX for Advanced & Expert Users

Named pipes using MKS Toolkit

I'm not sure whether or not this question really belongs in this forum and will accept rebuke should I have mistakenly put it in the wrong place (hopefully the rebuke will be accompanied by an answer, though) I wish to implement named pipe communication between two process using MKS Toolkit. I... (2 Replies)
Discussion started by: ArndW
2 Replies

4. Shell Programming and Scripting

MKS KORN SHELL WONT EXECUTE from windows command prompt

Can anybody help me with this small script , the script works fine and launches the IE from c:\documents and settings \test\my documents>ksh prompt $RunURL1.sh this scitpt works and launches the ie from ksh , but when i schedule it to run the script then i get the error box saying command:1... (2 Replies)
Discussion started by: venu
2 Replies

5. Windows & DOS: Issues & Discussions

Porting Unix c-shell script to Window under MKS-Tookit

Please ignore this question. (0 Replies)
Discussion started by: Sommerville
0 Replies

6. Shell Programming and Scripting

MKS Korn shell not working when schedule

Hi I have a sample MKS Korn Shell script, it is working fine when I am executing manually (i.e command prompt) but not when schedule through scheduler. here is the script, ls command working just fine manual run, so I thought it could be environment varilable so kept same PATH when running... (1 Reply)
Discussion started by: rkthoka
1 Replies

7. Linux

how to access schedule in cron/mks/w'

Hi, I need to work around 20 boxes to compile list of scheduled jobs on all of them, and these could be set in Linux RHat:cron, or Windows:MKS scheduler, or Windows:scheduler. Do you know how I can access those entries from script to have this whole list in sync, as we have it changed... (0 Replies)
Discussion started by: trento17
0 Replies
Wiki::Toolkit::Setup::SII(3pm)				User Contributed Perl Documentation			    Wiki::Toolkit::Setup::SII(3pm)

NAME
Wiki::Toolkit::Setup::SII - Set up Search::InvertedIndex indexes for Wiki::Toolkit SYNOPSIS
use Wiki::Toolkit::Setup::SII; my $indexdb = Search::InvertedIndex::DB::Mysql->new( -db_name => $dbname, -username => $dbuser, -password => $dbpass, -hostname => '', -table_name => 'siindex', -lock_mode => 'EX' ); Wiki::Toolkit::Setup::SII::setup( indexdb => $indexdb ); DESCRIPTION
Set up Search::InvertedIndex indexes for use with Wiki::Toolkit. Has only one function, "setup", which takes one mandatory argument, "indexdb", the "Search::InvertedIndex::DB::*" object to use as the backend, and one optional argument, "store", a "Wiki::Toolkit::Store::* object" corresponding to existing data that you wish to (re-)index. Note that any pre-existing Wiki::Toolkit indexes stored in "indexdb" will be cleared by this function, so if you have existing data you probably want to use the "store" parameter to get it re-indexed. AUTHOR
Kake Pugh (kake@earth.li). COPYRIGHT
Copyright (C) 2002 Kake Pugh. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Wiki::Toolkit, Wiki::Toolkit::Setup::MySQL, DBIx::FullTextSearch perl v5.14.2 2011-09-25 Wiki::Toolkit::Setup::SII(3pm)
All times are GMT -4. The time now is 02:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy