python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to find the hash of a Docker image?
When i use this docker command:
docker inspect 'name of my container' | grep sha256
i get this back:
"Image": "sha256:345hu5j3h53jk234",
How can I use th --cut -d command to only...
Tim
Votes: 0
Answers: 1
Cut a row from a dataframe and paste it to another dataframe
Hello , i got a DataFrame table let's call it RC1.It's at the top.
And i got an another table let's call it Vehicle1.I need to cut RC1 row(0) to the begining of Vehicle1 table.I write my code.
zero_...

özgür Sanli
Votes: 0
Answers: 1
Cut string from position to character
I'd like to cut a string from a number of position until a specific character "/" :
It would cut this line :
Export text H8X7IS5G.FIC NB regs COLOLO 4138/4138
To this one :
4138
What i tri...

Youssef Hammouma
Votes: 0
Answers: 2
how to CUT desired sting from shell output with json format
I am trying to run a shell curl command that produces a json output. From that output I will need to cut a string and send it to new curl command. not getting desired results with cut. please help.
I ...
Sam
Votes: 0
Answers: 1