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)
Can use more than one command in Parallel?
parallel --tag -k -j 100 sshpass -p test1!' ssh -oCheckHostIP=no -oStrictHostKeyChecking=no root@10.0.{} "awk '{print\ \$1\}' /proc/loadavg" ::: {41..46}.{1..100}
The script I used is the s...
morris__
Votes: 0
Answers: 0
Using a docker command as an variable in a Jenkins sh script?
I am working on a CI/DC Pipeline where I have a DEV, TEST and Prod Server. With a Jenkins Pipeline i deploy my newest Image onto my DEV-Server. Now i want to take the image of my DEV-Server by reading...
Tim
Votes: 0
Answers: 1
Permission denied error in github actions
I have written a github action to retrieve the changed sql files and lint those changed files using sqlfluff.
Here is my github action code:
name: files_lint
on:
- pull_request
jobs:
lint:
r...
R0bert
Votes: 0
Answers: 2
Using bash how to iterate through lines in a txt file and sequentially pair up every two lines
Hi I am attempting to use bash to iterate through a .txt file which contains the following lines. This is a smaller subset of the full list of fastq files, but all samples follow the same patterns.
/p...
Krutik
Votes: 0
Answers: 1