General :: What Does Separated Two Dots Mean: ". ./script"
Sep 24, 2010
I know the second dot refer to current direcotry, but what does the first dot mean?I tried to lost the first dot on purpose when running a sh file, but it failed.However, it seems unnecessary to have the first dot when running bin file. Why?
View 4 Replies
ADVERTISEMENT
Oct 10, 2010
I wanted to randomize the comma separated string.String like "test1,test34,test5,test6".And it would be displayed differently when I ran each time.
Expected output like "test5,test6,test1,test34".
View 13 Replies
View Related
Aug 27, 2009
I wrote a script which analysis apache logs. This script generates a tab separated data file. There is two columns in the data. The first column is a file name accessed from remote. The second column shows how many times a file access.
I am looking for a linux command drawing a chart corresponding data.of course, I know that I can draw the chart in OpenOffice Calc. That's not what I need. Because there is some steps to do for a simple chart drawing. If there is a command line tool, then I can write a script that drawing a chart when the data file is updated.
View 6 Replies
View Related
Feb 1, 2011
got a situation where if i process a command i get a numeric output something like below:
for example:
# cat example.txt
856589
856470
987866
656658
876897
now i want to see this output in single line like below:
856589 856470 987866 656658 876897
how do i get this?
View 10 Replies
View Related
Nov 16, 2009
I have some data ( seperated by semicolon ) with close to 240 rows in a text file temp1. temp2.txt stores 204 rows of data ( seperated by semicolon ). I want to : Sort the data in both files by field1.i.e first data field in every row. compare the data in both files and print out the rows that are not equal in seperate files. I was trying to do this with excel using vlookup, without a great deal of success. hence, i'm exploring the shell script option.
Code:
temp1.txt
1000xyz400100xyzA00680xyz0;19722.83;19565.7;157.13;11;2.74;11.00
1000xyz400100xyzA00682xyz0;7210.68;4111.53;3099.15;216.95;1.21;216.94
1000xyz430200xyzA00651xyz0;146.70;0.00;0.00;0.00;0.00;0.00
[code]....
View 4 Replies
View Related
May 8, 2011
I've been having the weirdest problem with some aspect of my operating system: This is a screenshot of Google Chrome 11.0.696.57 running in Linux 2.6.37.6 with Xorg server 1.9.5 with the FGLRX display drivers 8.841 on a Radeon HD 4870. The display drivers, kernel and X server were not upgraded before this started happening. I have also not modified my xorg.conf.
As you can see, the red pixels show up just about anywhere a bitmap is changed. It has been happening in every program and not just the browser. Sometimes they flicker, always appearing at random.As far as I can tell, the Linux TTY (outside of X) is not affected. The fact that this is capturable in a screenshot rather than just appearing as pixels on the screen is what puzzles me. If you have any information as to what might be causing this, and hopefully how to solve it, (or even a theory) please post below.
Other information:
Slackware 13.37
Running Fluxbox 1.3.1
My /etc/X11/xorg.conf
Edit:Switching TTYs (via ctrl-alt-F[1-9]) and back seems to dissipate the effect, at least temporarily.
View 2 Replies
View Related
Feb 24, 2011
what exactly does the following symbolic link mean?"target ->/path/to/./usr/bin/example"I am a bit confused on the "." portion of it.
View 1 Replies
View Related
Apr 1, 2011
Today, I turn on my computer, and put a CD, as then I click the install, then waiting like Dot dot loading, what's does mean?
View 14 Replies
View Related
Apr 2, 2011
what kind of dist/software would you recomend to use for a a vpn server that can handle 10 diffrent nets each seperated from the other if i connect with user1 i get on net1 and user2 gets on net2 the vpn server is always connected to the other location at all time i just want to be able to conenct in to my the net i want to the reason i dont want to go Destination is that the vpn server is gonna handle otherstuff that the nets will be conencted to input
View 3 Replies
View Related
Jul 16, 2011
Dear expertsI have files like
ABD : 5869 events, relative ratio : 1.173800E-01 , sum of ratios : 1.173800E-01
VBD : 12147 events, relative ratio : 2.429400E-01 , sum of ratios : 3.603200E-01
SDF : 17000 events, relative ratio : 3.400000E-01 , sum of ratios : 7.003200E-01
[code]....
View 3 Replies
View Related
Jan 21, 2010
I am trying to install root (the data analysis tool), and after I installed it, using sudo apt-get install root-system I am brought into the package configuration interface: Configuring krb5-config Enter the hostnames of Kerberos servers in the UBUNTU-DOMAIN Kerberos realm separated by spaces. Kerberos servers for your realm: And I am prompted for a name of a server.
View 1 Replies
View Related
Oct 13, 2010
I have two harddrives. I will install on the first one ubuntu and on the other one opensuse or I will even put them together. I dont know yet.
Has somebody experiences with booting two harddrives, how can I choose between them? And when I delete one with gparted, will the free memory be automatically placed to the not deleted harddrive?
View 4 Replies
View Related
Aug 17, 2011
I'm installing a webserver in a Ubuntu 10.04. I want to install the webserver in a separated volume to backup it easily.
This is a resume:
Code:
apt-get -y -q install xfsprogs
mkfs.xfs /dev/sdf1
mkdir /ebs
mount /dev/sdf1 /ebs
[code]....
View 2 Replies
View Related
Feb 22, 2011
I have a file which looks something like this:
##########
some
text
text also includes empty lines
##########
some
more
text
##########
Basically all sections are separated by 10 hashes and I need to somehow only print all lines in the last section (the "some more text" part in the example above"). I tried all kind of things with sed and awk but I didn't find any way to identify the last "section".
View 8 Replies
View Related
Mar 29, 2010
I have a script generating some containing multiple lines. But I want to merge all lines using comma separated.
View 6 Replies
View Related
Jul 15, 2010
If there is any Farsi characters in Adobe flashes on websites; they show reversed and separated such as bellow screenshot that takes from facebook video player in firefox :
View 4 Replies
View Related
Apr 9, 2010
I am in the process of learning some scripting, however I am running into a roadblock in specifying a certain time format in the array. Ideally I would like to use Here are the lines of text that I am interrogating:
1123,3/25/2010,00:14 Thu,33229
1124,3/26/2010,13:30 Fri,33230
1125,3/27/2010,04:49 Sat,33231
[code]...
View 2 Replies
View Related
May 22, 2010
Few folders to send per email of 50-100 MB, is there some homemade scripts for that doing the job in a single command line?
ex.
Code:
packnsend 10mb /folder me@gmail.com
it woudl zip to 10mb volumes the folder and send per mutt the volumes ...
View 1 Replies
View Related
Aug 3, 2015
Code: Select all# plymouth-set-default-theme --list
details
joy
lines
spacefun
text
tribar
These are the plymouth themes available.
I've tried to preview every themes (using this script [URL[....), but they're all the same, just three dots except for "details" and "tribar". I've tried to use one of those three dots theme too and yes the bootsplash is three dots.
I've opened /usr/share/plymouth/themes/spacefun/ and saw that it shouldn't be like that. It should be something with blue background and Debian logo.
I've used this Wiki page as reference: [URL] .... I'm using Jessie.
View 1 Replies
View Related
Feb 5, 2010
I know there is a patch or something. I find it extremely annoying to find a nice theme, and then some of the icons have nasty dots all over them. Like on the "back" icon and "stop" icon in this picture.
http://gnome-look.org/CONTENT/content-pre2/70611-2.jpg
How can I fix this?
View 2 Replies
View Related
Jun 26, 2010
How can I change those heavy black dots that are generated in the hidden password field to asterisks? I have looked in gconf-editor but haven't run across it. Or maybe it's in a totally different place?
View 3 Replies
View Related
Jun 12, 2010
I cannot install the newest Ubuntu, 64 or 32-bit. On the amd release, the intro with the five red dots appears, then it goes into a white background with multiple light-purple random lines, and quits there. On the 32-bit release, the purple screen appears with no menu, with an error message.My system has an AMD64 processor, two hard disks: one for Windows, one for Linux. I used to have Ubuntu Hardy Heron on it (not the LTS version), so I erased the drive.
View 2 Replies
View Related
Mar 16, 2011
I made the fatal mistake of hibernating on my Lenovo T61. Ubuntu wouldn't wake up after that, I tried pressing all kinds of key combinations and nothing. So I did a hard shut down and now Ubuntu won't start. On the grub menu I chose Ubuntu with Linux 2.6.35-7 normal mode and it just shows the screen that says "Ubuntu 10.10" and the four dots underneath indicating loading.
So I tried recovery mode and it stops at:
fsck from util-linux-ng 2.17.2
/dev/sda5: clean, 688078/4988928 files, 15488354/19939072 blocks
I also tried unplugging the laptop and removing the battery and putting it back in and plugging and restarting. Nothing changed. Then I tried restarting without the battery in and now the normal mode just shows a black screen and a flashing cursor. I also have the USB stick I created to install Ubuntu, which worked back then, but now, it won't start from the stick, I checked the Bios options and the USB is the first boot device, I really don't know how else I can make it start from the USB.
View 3 Replies
View Related
May 25, 2010
I use bmon for my networking manager. But I am confused with interface, I can't understand the graph, and other statistics. What is TX Rate, RX Rate, RX ,TX? In the graph what is the signifcant of dots, in the bracket [-0.02%]?
View 3 Replies
View Related
May 5, 2011
I'm using Fedora 14 x86 64-bit, Gnome DE, on a Phenom 9750 computer, with a Radeon XT1900 video card and 8GB RAM. Recently, my cursor (normally a black arrow) suddenly changes into a vertical line of small white dots, about an inch long. It's essentially unusable, unless it happens to roll over a hyperlink, since it's invisible on a white background. Logging off and on has no effect. Rebooting sometimes "fixes" it, sometimes not. It has yet to correct without a reboot.Except for regular updates as noticed, the only change in the system in the past month or so was to add nano as a text editor.
View 1 Replies
View Related
Feb 18, 2010
I am using OpenSuse 11.1. When the computer boots, I come to the welcome screen and then I have the screen with the users on the left hand side. One user is selected by default, and the space for the password is in blank. If I do not enter the password immediately, black dots start to appear in the password box as if there was somebody typing a password.
View 5 Replies
View Related
Jul 29, 2010
How can i remove those little dots next to gnome panel apps? Is it an icon in the theme? Where would it be?
View 5 Replies
View Related
Aug 21, 2010
This script works well but is there a better/shorter way of doing this?This creates dots to signify time passing. It will be used in a larger script.
Code:
D=".."
printf "$D
[code]...
View 6 Replies
View Related
Apr 30, 2010
I burned and checked the image, but cannot install or upgrade ( I DL both the full and alternate image) Hangs on the Ubuntu screen with the scrolling dots. After this, I tried mounting and running the install from the iso, but since all the files are either .inf or unknown, I don't know how. Next, I tried a trick from the ubuntu site using alt+F2 to run from the iso, and it seemed to work, but now it still tries to DL the updates from the internet instead of just getting them from the ISO. This also happens now if I try to upgrade from the update manager, it keeps asking for the install disk. Is there any way to just use the ISO as though it were a disk? I have been running 9.10 for months with no problems.
View 2 Replies
View Related
Dec 23, 2010
I recently received a HP Pavilion dv9000 that the previous owner swore had some issues with it. I'm not so sure it had issues, but that's another story. Anyways, I downloaded Unbuntu 10.10 and burned it to a disk. The first time I booted up the machine I told it I wanted to try Ubuntu. I then left the machine and came back in 20min or so and it looked like it had successfully booted. However I quickly realized the screen was frozen. So I turned off the machine and decided I'd try again a few days later. Today I booted up the machine and I get to a black screen with Ubuntu on it with five dots below the wording. It freezes on this screen. I've rebooted several times but I keep getting to the same screen before it freezes.
View 1 Replies
View Related