Search Results

Search: Posts Made By: joshiamit
7,815
Posted By joshiamit
Try this maybe helpful!!! ...
Try this maybe helpful!!!
https://www.unix.com/shell-programming-scripting/174352-learn-shell-scripting-basics.html
1,185
Posted By joshiamit
May be this is helpful How do I send email?...
May be this is helpful

How do I send email? - The UNIX and Linux Forums (https://www.unix.com/how-do-i-send-email/)
1,336
Posted By joshiamit
Thanks for the response May will look...
Thanks for the response


May will look like this

5/5/2012 apr 2 N Y
5/5/2012 may 5 Y N
5/12/2012 may 0 N N
5/19/2012 may 0 N N
5/26/2012 may 0 N N
6/2/2012 may 5 N Y
6/2/2012 jun 2 Y N...
26,508
Posted By joshiamit
-f stands for if file exist when prefix with ! it...
-f stands for if file exist when prefix with ! it implies if file not exist then ...
1,336
Posted By joshiamit
Logic help with Scenario
Hello Folks
I am looking for logic help for below scenerio with respect to AIX n unix script
1) We need to get the date of all the saturday in yr
2) L_o left over days is weeks left over days for...
2,747
Posted By joshiamit
get date for all saturdays in given year
Hello Guys

I browsed through site for mentioned requirement all solutions I got in perl

I am looking for something in unix script for same

any suggestions

thanks
17,436
Posted By joshiamit
Thanks for this useful post but I have very...
Thanks for this useful post but I have very limited privilege to access tools that's the main reason I am looking for any unix script base solution if possible
17,436
Posted By joshiamit
thanks for quick reply but I will prefer unix...
thanks for quick reply but I will prefer unix scripts as I am not that much confortable with perl
17,436
Posted By joshiamit
Converting huge xls(having multiple tabs) to csv
hello

I have browsed for the similar requirement i found this

https://www.unix.com/shell-programming-scripting/40163-xls-csv-conversion.html

but my problem is i have multiple tabs in xls...
1,747
Posted By joshiamit
maybe you can try saving your file in .sh...
maybe you can try saving your file in .sh extension then try to execute with sh
21,987
Posted By joshiamit
May be this ppt is useful for beginers ...
May be this ppt is useful for beginers

http://bit.ly/A9Vq63
25,312
Posted By joshiamit
I think you can try sed -n <line no>...
I think you can try sed -n <line no> <filename>
1,454
Posted By joshiamit
Maybe you can try something like this, read...
Maybe you can try something like this,

read the output file containing logs

grep *Status = Error O/p Log file >temp_mail_file

then send mail containing body as temp_mail_file
with ...
1,337
Posted By joshiamit
Ok Will try this one and let you know only thing...
Ok Will try this one and let you know only thing is I am reading from fixed width file I'm not sure abt how this will work with awk ...

if I will try one more option like

awk '{ while read...
2,333
Posted By joshiamit
You may try something like this, read...
You may try something like this,

read permission from user
1,337
Posted By joshiamit
Help with Efficient Looping
Hello guys

My requirement is to read a file with parent-child relationship
we need to iterate through each row to find its latest child.
for eg. parent child
ABC PQR
PQR DEF
DEF XYZ
...
Showing results 1 to 16 of 16

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