8
input/read through termimalview story

http://stackoverflow.com – Let's say i want to run a bash script, is there a command in the terminal to specifiy the values that my script would ask for instead of using read? for example at the time that i type bash script1.sh can i somehow type values to pass to the script or does it first have to be executed. Like bash script1.sh 3 4 (HowTos)

8
Calling execve bash on bash scripts can't find argumentsview story

http://stackoverflow.com – I have two (Ubuntu Linux) bash scripts which take input arguments. They need to be run simultaneously. I tried execve with arguments e.g. char *argv[10] = { "/mnt/hgfs/F/working/script.sh", "file1", "file2", NULL }; execve(argv[0], argv, NULL) but the bash script can't seem to find any arguments at e.g. $0, $1, $2. What's missing? (HowTos)

8
Treesview story

http://crunchbang.org – I prefer a Norfolk Island Pine, or perhaps we can discuss the Rush song. (HowTos)

8
Passing arguments to KOrganizer event reminder bash/yad scriptsview story

http://unix.stackexchange.com – I am refining a bash/yad script which runs when an event reminder is triggered in KOrganizer. (yad is a drop-in replacement for zenity. (HowTos)

8
Having trouble running android sdk tool on 12.10view story

http://askubuntu.com – When I try to run the Android SDK Manager from the command line it doesn't open. Keeps giving me command not found or permission denied message like so. osama@prometheus:/media/osama/develop/android-sdk-linux/tools$ pwd /media/osama/develop/android-sdk-linux/tools osama@prometheus:/media/osama/develop/android-sdk-linux/tools$ /media/osama/develop/android-sdk-linux/tools/android bash: /media/osama (HowTos)

8
Problema con Grubview story

http://ubuntuforums.org – Tengo una netbook Positivo BGH, de las que reparte el Conectar Igualdad, es decir que viene con Windows 7 y con Ubuntu. Linux me ofreció actualizar a la última versión (12 y pico, no anoté cuál). Una vez que termina el proceso de descarga e instalación de los archivos, me pide que reinicie el equipo. (Hardware)

8
how to make terminal utf-8 [closed]view story

http://serverfault.com – How can I make my terminal(bash) window uft-8, that it can show utf-8 characters? my operating system is : ubuntu 12.04 my desktop : gnome-shell How about native shell(outsite of desktop)? (HowTos)

8
syntax error near unexpected token `if'view story

http://stackoverflow.com – I am currently trying to write a bash script which helps me step through a directory and check for .jpeg or .jpg extensions on files. (HowTos)

8
Bash scripting. A few questionsview story

https://bbs.archlinux.org – I applied my script to the wiki today, replacing the old one: https://wiki.archlinux.org/index.php/OS … ibernationThanks again for your help! nuc https://bbs.archlinux.org/profile.php?id=59620 2013-01-27T01:26:15Z (HowTos)

8
[SOLVED] bash .... permission deniedview story

http://crunchbang.org – Okay, figured it out. the partition was not mounted with the  EXEC option.  Adding that to fstab lets me run the scripts. (HowTos)