Search Results

Search: Posts Made By: Avinash Sinha
1,948
Posted By Avinash Sinha
Thank you.
Thank you.
1,948
Posted By Avinash Sinha
For below code snippet, Can you please let me...
For below code snippet, Can you please let me know -how to redirect jq program and use it in while loop?
while read path rev
do
rev=$(echo "${rev}" | sed "s/['\"]//g") # remove quotes which...
1,948
Posted By Avinash Sinha
I don't feel like there is an problem with...
I don't feel like there is an problem with closing braces as mentioned in above comment. I think there is a problem with jason process substitution which I am not able to figure out.
1,948
Posted By Avinash Sinha
I can see following output as result of man bash...
I can see following output as result of man bash for process substitution :

Process Substitution
Process substitution allows a process's input or output to be referred to using a...
1,948
Posted By Avinash Sinha
Can you please help me with the command and what...
Can you please help me with the command and what to look for exactly?
1,948
Posted By Avinash Sinha
$ echo $BASH_VERSION 4.4.12(3)-release I...
$ echo $BASH_VERSION
4.4.12(3)-release

I am running this script through CYGWIN as I could not find any other option to run shell script in windows machine. Please let me know if I need to...
1,948
Posted By Avinash Sinha
I tried with the suggested option, but it's still...
I tried with the suggested option, but it's still not working. I am getting below error :
syntax error near unexpected token `<'

Code snippet :
{
local -r godeps_json=${1:-Godeps/Godeps.json}...
1,948
Posted By Avinash Sinha
Error in script
While installing kubernetes, I have to run 1 script. Below is a part of that code. I am getting an error as
-bash: syntax error near unexpected token `}'
Please help me to find what changes are...
Showing results 1 to 8 of 8

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