Search Results

Search: Posts Made By: ananthi_ku
10,219
Posted By ananthi_ku
connect to SQL server from shell script
Hi all,

I need to connect to SQL server from shell script. Then need to execute queries from shell script. Kindly let me know on how to do this

Thanks,
Ananthi.U
6,730
Posted By ananthi_ku
Hi, ls *.xml | xargs -i{} mv {} {}1 ...
Hi,

ls *.xml | xargs -i{} mv {} {}1

This command worked out... Thank u..

can u plz explain how it works??
6,730
Posted By ananthi_ku
Rename many files in a directory
Hi,

I have around 100 xml file in a directory. I need to rename the files from .xml to .xml1. So i tried using the following command:

mv *.xml *.xml1

but i am getting the following error ...
28,076
Posted By ananthi_ku
Command to find the Memory and CPU utilization using 'top' command
Hi all,

I found like top command could be used to find the Memory and CPU utilization. But i want to know how to find the Memory and CPU utilization for a particular user using top command.
...
7,337
Posted By ananthi_ku
thanks for the immediate help... it worked...
thanks for the immediate help...

it worked fine
7,337
Posted By ananthi_ku
i tried with mailx. But i got mailx not found. ...
i tried with mailx. But i got mailx not found.

so tried the following command

uuencode $outputFile $outputFile | mail -s "Mail notification" "$MAILINGLIST"

mail came with attachments.
...
7,337
Posted By ananthi_ku
I tried using the following command ...
I tried using the following command


uuencode $outputFile | echo "Test mail" | mail -s "Mail notification" $MAILINGLIST


But i m getting only the mail but not the attached file.

Also that...
7,337
Posted By ananthi_ku
attaching file in mail command from shell script
Hi all,

Currently in shell script i am using the following command to send mail

echo "Certain assets are not loaded properly. PFA the result of the DataLoad" | mail -s "Weekly DataLoad -...
2,518
Posted By ananthi_ku
Thank u... It worked fine
Thank u... It worked fine
2,518
Posted By ananthi_ku
search using grep
Hi all,

I have a folder with many files. I need to get all the filenames with the value "<f id=audio-time>*:*:*</f>" word.
* may be any integer.

I used find . -type f -exec grep -H '<f...
3,814
Posted By ananthi_ku
How to Install ffmpeg in linux box?
How to Install ffmpeg in linux box?
3,814
Posted By ananthi_ku
FFMPEG in linux box
Hi all,

I have successfully used ffmpeg.exe in windows. But i dont know how to use it in linux:confused:. When i tried running a java program in linux using ffmpeg, I am getting, the following...
5,892
Posted By ananthi_ku
Hi all, I am facing another issue with this...
Hi all,

I am facing another issue with this find.....

Here is my program



#!/bin/sh
# Environmental set up
envSet="true";

# Initialize error code
error_code="false";

if [...
5,892
Posted By ananthi_ku
Thanks a lot for the timely help....
Thanks a lot for the timely help....
5,892
Posted By ananthi_ku
Thank u very much... It s like a magic... I...
Thank u very much... It s like a magic...

I tried with the following command

var=$(find . -mtime 0 | tr '\n' ',')

It gives me the result...
5,892
Posted By ananthi_ku
Thanks for ur reply... But when i execute...
Thanks for ur reply...

But when i execute both the exp, i m getting "find: invalid predicate `-1d'" error.... :confused: what would be the reason?
5,892
Posted By ananthi_ku
Getting all the files modified today & store the names in a variable as , separated
Hi all,

I have a question. I have a folder. I want to find the list of files that are modified today and store all those file names in a variable as comma separated values. I thought of using ...
48,913
Posted By ananthi_ku
Hi all, Thanks for ur replies. Actually i...
Hi all,

Thanks for ur replies. Actually i have a script already in place. Instead of downloading it and modifying it, i have created a script file in the same name and uploaded it. So that i got...
48,913
Posted By ananthi_ku
sorry i couldnt get u :confused:
sorry i couldnt get u :confused:
48,913
Posted By ananthi_ku
getting : No such file or directory while executing a shell script
Hi all,

I am getting : No such file or directory while executing a shell script. But i have that corresponding file in the corresponding path. It also have executable rights. Please help me out...
Showing results 1 to 20 of 20

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