Search Results

Search: Posts Made By: Kishore_1
8,217
Posted By Kishore_1
SFTP to server through Shell Script
I am sftp-ing to a server through a shell script from my local machine.

sftp user@host
put out.txt
bye

On executing the script, it prompts to enter the password, and after giving the password...
1,840
Posted By Kishore_1
sftp to UNIX host
Hi,
I am writing a shell script that securely connects to an UNIX host and transfer file(abc.txt) from the local machine to the host.

sftp user@host
get abc.txt
bye

The code doesn't work.....
19,910
Posted By Kishore_1
f1 is a flat file. "2 tabs" means 2 worksheets...
f1 is a flat file.
"2 tabs" means 2 worksheets of an excel workbook.
19,910
Posted By Kishore_1
To make it easier to understand,my question is: ...
To make it easier to understand,my question is:

Is it possible to create an excel with 2 tabs using any unix command?
If yes, what are the ways(s)?
19,910
Posted By Kishore_1
cat f1 > file1.xls where f1 is the file name...
cat f1 > file1.xls
where f1 is the file name and file1.xls is the xls .
I want to create another tab in file1.xls and add the content in f2 to it.
19,910
Posted By Kishore_1
Adding Tab to excel Sheet
Hi,

I have 2 sets of data in two different files,say f1 and f2.

I want to create a excel sheet with two tabs whose names will be set at run time(different from excel name)
in a shell script,...
19,352
Posted By Kishore_1
I am using the Korn Shell.
I am using the Korn Shell.
19,352
Posted By Kishore_1
UNIX Banner Command
Hi,

I am logging in into an UNIX environment with my user id and password.
I want to display my name there , each time I login into the environment,
for which I can use the banner command.
...
4,048
Posted By Kishore_1
Time taken to execute a ksh
Hi,

I am executing a ksh.
I want to note the time taken to execute each command that are executed in the ksh and write it in a log file.
Also I want to note the total time taken to execute the...
5,786
Posted By Kishore_1
Hi, Will this code do parallel execution,I...
Hi,

Will this code do parallel execution,I mean will
./migrate.ksh 1 4000 and ./migrate.ksh 4001 8000 will run simultaneously,without any dependency?
5,786
Posted By Kishore_1
Executing multiple kshs from parent ksh
Hi,

I have to migrate files from one server to another .For this I am using a mapping file and ksh .The mapping file contains the source and destination directories of the files to be...
Showing results 1 to 11 of 11

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