I am recieving an error from an application I am running.
The error looks like this:
john@john-replacement:~/Desktop/yarbu-1.4.8/bin$ sudo yarbu-engine --VERBOSE
/usr/local/bin/yarbu-engine: line 996: cd: /usr/local/bin/../../etc/yarbu/conf/default: No such file or directory
What do the dots mean in /usr/local/bin/../../etc/ ?
Thanks.
I am trying to write a very very simple script in Linux.
Let me show you the code first:
#!/bin/bash
# The shell program uses glob constructs and ls
# to list all entries in testfiles, that have 2
# or more dots "." in their name.
ls -l /path/to/file/*.*.*
When I run this code with bash myscript command, I get something like: /path/to/file/file.with.three.dots
But I don't want this.
I’m addicted to Dots. It’s betaworks‘ new game. 389. That’s my high score. No power-ups. I’m pretty proud of it. The game consumes my time. I no longer browse reddit during my “private times”; I play Dots.
Dots is simple. It’s elegant. The game has restored my faith in mobile game development. But more importantly, it’s fucking addicting.
I have a bash script which I'm trying to get to replace dots in filenames and replace them with underscores, leaving the extension intact (I'm on Centos 6 btw). As you can see from the output below, the script works when there is a dot to replace, but in cases where the only dot is the extension, the script still tries to rename the file, instead of ignoring it.
Hi,
I have been trying to change underscores to dots.
For example:
1122_91 1022_233 .
2237_23 9382_2339 2998_234
345_257 . .
Desired output:
1122.91 1022.233 .
2237.23 9382.2339 2998.234
345.257 . .
Any idea?
Thanks
We are working on a kiosk mode in Linux Ubuntu. We would like to define a shortcut by command line (bash script). Is this possible? We would like to setup our kiosk mode automatically by a bash script. So creating a new shortcut via Compiz isn't possible.
Any ideas?
I want to completely terminate/exit a bash shell script upon error, but using a function error that lets me display a debug output before termination.
I've been trying to find the issue for the last couple of days now and I'm apparently not processing this very well. It seems as though everytime I get an error, I fix that one and another one pops up. The only thing I can think of is that there's something I'm overlooking that would set it all straight.
I am attempting to install Ubuntu 12.04 on what used to run Windows XP. The original OS is all but dead, so I am booting off of a CD created from the ISO download. Depending on the time, I either fail to reach the menu allowing to install Ubuntu, or I select the install Ubuntu option. Regardless of this, every time I reach the Ubuntu 12.04 screen with 4 dots.