#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #tcl
#programming #programacion #cmdline #ARGV #Getopt
https://ibolcode.net/roor/2025-11-parametros-linea-de-comandos--tcl
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #tcl
#programming #programacion #cmdline #ARGV #Getopt
https://ibolcode.net/roor/2025-11-parametros-linea-de-comandos--tcl
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #bash
#programming #programacion #cmdline #ARGV #Getopt #ShellScripts #shell
https://ibolcode.net/roor/2025-10-parametros-linea-de-comandos--bash
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #Ruby
#programming #programacion #cmdline #ARGV #Getopt
https://ibolcode.net/roor/2025-10-parametros-linea-de-comandos--ruby
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #Python
#programming #programacion #cmdline #argparse
https://ibolcode.net/roor/2025-09-parametros-linea-de-comandos--python
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #Perl
#programming #programacion #cmdline #ARGV #Getopt
https://ibolcode.net/roor/2025-09-parametros-linea-de-comandos--perl
*LINK CORRECTO*
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #C #Cpp #ObjectiveC
#programming #programacion #cmdline
https://ibolcode.net/roor/2025-09-parametros-linea-de-comandos--c--cpp-y-objective-c
Did you ever wish to narrow down the content that you are currently looking at in the less pager to lines matching a regular expression?
Turns out that pressing '&' and entering the regexp is all that is required to do this.
Just use an empty regexp to widen the view again, i.e. '&<enter>'
Die Uhrzeit meiner Sony Digicam war offensichtlich verstellt und damit sind die Bilder von unterschiedlichen Kameras (Handys und Digicam) in einem Ordner jetzt nicht mehr korrekt sortiert. Erst die falsche Uhrzeit (Sony) mit einer korrekten Uhrzeit (Handy) fotografieren, um den Offset zu dokumentieren. Bei mir waren das 32 Minuten Nachlauf. Und dann einfach:
exiftool -overwrite_original -DateTimeOriginal+='0:0:0 0:32:0' DSC044*
Fixed ✅ Dann noch die Uhr korrigieren.