DORSETRIGS
Home

ksh (6 post)


posts by category not found!

How to sum up multi-line of output of numbers?

Summing Multi Line Numbers A Practical Guide Have you ever found yourself staring at a screen full of numbers desperately needing to calculate their sum Perhaps

2 min read 07-10-2024 16
How to sum up multi-line of output of numbers?
How to sum up multi-line of output of numbers?

How to detect if a script is being sourced

Detecting If a Script is Being Sourced in Bash Its common to have scenarios where you want a script to behave differently depending on whether its being execute

2 min read 07-09-2024 45
How to detect if a script is being sourced
How to detect if a script is being sourced

How to parse a file with one line in shell

Parsing a Single Line File in Shell A Simple Guide Have you ever found yourself needing to extract data from a file that contains only a single line While using

2 min read 06-09-2024 55
How to parse a file with one line in shell
How to parse a file with one line in shell

How would you have a progress bar/spinner going for the duration of another function? (KSH)

Keeping Users Informed Progress Indicators in KSH Scripts When running long running scripts its crucial to provide feedback to the user A progress bar or spinne

2 min read 06-09-2024 52
How would you have a progress bar/spinner going for the duration of another function? (KSH)
How would you have a progress bar/spinner going for the duration of another function? (KSH)

Autosys Command Job is not triggering Teradata BTEQ script

Troubleshooting Autosys Command Job Failing to Trigger Teradata BTEQ Script This article delves into a common issue faced by many developers Autosys command job

2 min read 31-08-2024 42
Autosys Command Job is not triggering Teradata BTEQ script
Autosys Command Job is not triggering Teradata BTEQ script

How can I specify --add-exports during execution of java

Solving Java Module System Errors The add exports Solution Migrating your Java code from an older version like Java 8 to a newer version like Java 17 can someti

2 min read 29-08-2024 93
How can I specify --add-exports during execution of java
How can I specify --add-exports during execution of java