Skip to main content
0 votes
0 answers
79 views

I have a Jenkins pipeline with a critical stage that runs my custom .NET CLI performing important tasks. I want this stage to be fully atomic, meaning that if someone tries to abort the build while ...
Raj Mohammed's user avatar
Best practices
0 votes
1 replies
79 views

In a Windows batch file, is it possible to define a constant when using a filter or when chaining filters? E.g. to pad a video with 15 pixels, I can use: -filter_complex "[0:v:0] pad= iw+30 : ih+...
mins's user avatar
  • 7,782
2 votes
2 answers
140 views

I want to create a shortcut which (1)opens cmd.exe in a specific folder, then, (2)runs within that terminal "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64....
One_Cable5781's user avatar
0 votes
1 answer
54 views

In a command line of a pre-build event in a VS 2026 C++ project, I have the line git log -1 --date=format:%G --output=year.tmp --format="%cd" which is supposed to write the numerical year of ...
JWWalker's user avatar
  • 22.8k
0 votes
1 answer
118 views

With gcc11 (11.3.1) I'm seeing a strange behavior where it seems that -idirafter path takes precedence over -iquote path if path is the same for both options. Consider: // test/foo.hpp #pragma once ...
lapk's user avatar
  • 3,938
3 votes
3 answers
163 views

Essentially, I have a large FASTA file with over 100,000 transcripts in it, and I want to take the top 50 longest of those. After doing this: awk -vRS=">" -vORS="\n" -vFS="\...
deliza123's user avatar
1 vote
2 answers
163 views

I want to add a Option<bool> to the root command but still show the default output when the option is not provided. RootCommand rootCommand = new RootCommand("My root command"); ...
khteh's user avatar
  • 4,290
-1 votes
1 answer
114 views

i want exactly to run postgres backup using pgdump_all, but when starting it using cmd package in golang it shows in terminal it need postgres password to run the job , i searched previously and find ...
pooya namiranian's user avatar
0 votes
0 answers
68 views

Problem description: When using the Kotlin compiler (kotlinc) of any version from the command line (not IntelliJ IDEA, but a separate folder with a .bat file), and when specifying multiple libraries (....
Game Out's user avatar
2 votes
1 answer
92 views

Let's assume I have the following script: msg.R: library(withr) local_options(list(whatever = 1L)) suppressMessages(deferred_run()) I invoke it from the command line via Rscript msg.R I would have ...
thothal's user avatar
  • 20.7k
1 vote
0 answers
121 views

This screen transcript pretty much says it all: ftype PerlScript=C:\strawberry\perl\bin\perl.exe "%1" %* RakuScript=C:\rakudo\bin\raku.exe "%1" %* assoc .pl=PerlScript .raku=...
hsmyers's user avatar
  • 721
0 votes
1 answer
47 views

I have a command-line program, say "myprogram.exe" installed in the resources directory of my nodejs-electron application. I run my electron application via "npm start" with no ...
silberz's user avatar
  • 139
1 vote
1 answer
37 views

I'm trying to sort phrases such as the following: a12_b7 a12_b11 a5_b3 a5_b30 a12_b10 using the numbers following the letters, lexicographically. For the example above, I expect the result to be: ...
einpoklum's user avatar
  • 138k
3 votes
1 answer
102 views

I looked through a few solutions here and found an almost working script to append to the user Environment Variable PATH without overwriting the existing path and not clutter it with system's EV's ...
user avatar
0 votes
1 answer
116 views

PowerShell Version 5.1.19041.6093 this script creates the text file with the structure of all folders and files inside but also give this error. PS D:\Csharp Projects\Slicer> # Get the current ...
Daniel Lip's user avatar
  • 11.5k

15 30 50 per page
1
2 3 4 5
1558