Search Results

Search: Posts Made By: Simplify
2,286
Posted By Chubler_XL
You could try using bash extended globbing to...
You could try using bash extended globbing to match for example

for filename in \
show.01x03.mkv \
S01E2.show.avi \
S01E2.show.nfo \
show.S01.E02-03.mp4 \
...
2,286
Posted By rbatte1
Dear Simplify/Darren, I have a few to...
Dear Simplify/Darren,

I have a few to questions pose in response first:-
Is this homework/assignment? There are specific forums for these.
What have you tried so far?
What output/errors do...
2,111
Posted By bakunin
Yes! One more converted! ;-) Seriously: i am...
Yes! One more converted! ;-)

Seriously: i am glad you like it. What i appreciate most about Korn Shell is the possibilty to set the variable FPATH, which works similar to PATH - though not for...
2,111
Posted By bakunin
I want to add some different angle: It is a...
I want to add some different angle:

It is a laudable effort to try to streamline scripts, but - like in any software engineering task - you also need to concentrate on the maintainability of the...
2,111
Posted By stomp
That for the state assignment... ...
That for the state assignment...
state=$(systemctl is-active $i >/dev/null && echo Alive || echo Dead)What's regarding the output, printf kann handle format strings as described in the manpage: man...
2,111
Posted By stomp
Ok. For a good chance to get help you can...
Ok. For a good chance to get help you can describe what your script should do. And show the normal output of the script. This makes it easier for the helping guys to understand what you are doing.
...
Showing results 1 to 6 of 6

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