Search Results

Search: Posts Made By: zivsegal
1,037
Posted By zivsegal
method bless perl
Hi,
I am using perl with some EDA tool. There is an API function that can be iterate.
I try to check the ref and get that it is a string. I assume that it is a hash

sub aaa {
my $obj =...
2,436
Posted By zivsegal
Getting error while sending mail via smtp
Hi All,
I used before a simple routine code in tcl to send mail.

package require smtp
package require mime
package require Tcl

proc send_simple_message {recipient email_server subject body}...
4,061
Posted By zivsegal
Thanks for your reply. But when I pass them...
Thanks for your reply.
But when I pass them more then one(e.g in a recursive routine) it became inconvenient.

Regards,
Ziv
4,061
Posted By zivsegal
Passing command line argument between shell's
Hi,

I am facing a problem to pass command line arguments that looks like
<script name> aa bb "cc" dd "ee"
I want to pass all 5 elements include the " (brackets). when I print the @ARGV the "...
6,534
Posted By zivsegal
Thanks
The second solution solve it.
Regards,
Ziv:):):):):):b::b::b::b:
2,676
Posted By zivsegal
Remove directory with exceptions
Hi,
I want to remove a directory recursively except the inside directories calles .SYNC (designsync dirs) I am looking for something like:

\rm -rf < find . * | grep -v .SYNC

The find works ok...
6,534
Posted By zivsegal
Remove directory with exceptions
Hi,
I want to remove a directory recursively except the inside directories calles .SYNC (designsync dirs) I am looking for something like:

\rm -rf < find . * | grep -v .SYNC

The find works ok...
9,987
Posted By zivsegal
Recursive remove files with exception
Hi,
I want to remove a directory recursively except the inside directories calles .SYNC (designsync dirs) I am looking for something like:

\rm -rf < find . * | grep -v .SYNC

The find works ok...
2,629
Posted By zivsegal
Thanks
It help me a lot:)
2,629
Posted By zivsegal
tsch, error setting a variable
Hi,
my code is:
------------------------------
set r=`ls -L $source_dir/*.snvf`
echo AAA
------------------------------

If does file does not exists I got on the screen

ls: No match.
AAA...
Showing results 1 to 10 of 10

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