Search Results

Search: Posts Made By: pulkitbahl
5,726
Posted By pulkitbahl
Hi Kindly find the code written below: ...
Hi Kindly find the code written below:



#!/usr/ssh/bin
# My first script
echo -n "Enter Start Date in Format YYYYMMDD:"
read date
echo "You Entered : $date"
echo -n "Enter Start...
923
Posted By pulkitbahl
Running Script at a location with SSH
Hi All
I have created a script which is running properly "Script".
I want that script to run when I login into another server.

in the code below:
when ssh is executed it asks for password...
5,726
Posted By pulkitbahl
Hi Sir The Variable are working properly and...
Hi Sir
The Variable are working properly and are taking what is being shared by the user in input (Tried echo its fetching correct values).
so Date and Time is not the issue here.


I...
5,726
Posted By pulkitbahl
I am taking Input from the user echo -n...
I am taking Input from the user

echo -n "Enter Start Date in Format YYYYMMDD:"
read date
echo "You Entered : $date"



gunzip -c "$file_"*.gz | awk '$0 > "$Date $Time" && $0 <...
5,726
Posted By pulkitbahl
I need to take input of Date and Time from the...
I need to take input of Date and Time from the user . It is not picking the correct values.

I have shared the manual line of code which is working and giving me correct response but I am not...
5,726
Posted By pulkitbahl
Extracting logs using gunzip awk and gzip
Hi All
I am trying to use a hard coded script into shell scripting but I am unable to .
Kindly find the Script below along with the command Please help

gunzip -c FilePath/FileName_*.gz |...
Showing results 1 to 6 of 6

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