The lines tag has no wiki summary.
0
votes
2answers
70 views
How many characters are in one line?
Hy guys.
I got a noob question, tried to look on the internet without success.
Look the following notice:
Linux kernel exceeds 15 million lines of code
Now, how many characters are in one line ? I ...
0
votes
5answers
57 views
What is the shortest most readable way to print the n'th line of a file?
Its about Unix and Linux.
Yes, there are many solutions to that, e.g. see http://mywiki.wooledge.org/BashFAQ/011. Some of them are fast as hell (not reading the whole file) and some are slow but ...
2
votes
2answers
59 views
How to force vim to end all lines with a single linefeed character (LF)
As the title says, I need to force vim (in my case gVim) end all lines with a single linefeed character (LF). How can I do this?
I'm trying to follow the standards for PHP coding, specifically ...
0
votes
0answers
40 views
excel 2007 adding mean value and variance to histogram
I have to visualize a trend and I was wondering if it is possible to show a red line over a range of data for the mean value(data range) and the variance(data range).
Example:
Data:
a,b,c,d,...
...
2
votes
1answer
52 views
bash xterm : how to get command line before typing enter
I try to define a custom behaviour of the backward-kill-word function in bash xterm.
For that, I need to catch the command line before validate it.
For instances, if I type sdcds/edfdD sdf/sdf without ...
1
vote
2answers
28 views
Is there software to detect omission of thin lines in image when it is reduced in size (e.g. chinese characters)?
Is there software to detect omission of thin lines in a bitmapped image (jpg etc.) when it is reduced in size (e.g. chinese characters)?
For example if the physical dimensions of an image are ...
1
vote
5answers
58 views
How to list files by file owner in Unix command?
I need to list all of the files my WD sorted alphabetically by the file owner name. Does ls have something for this?
0
votes
1answer
72 views
Learning Command Line Basics for Linux [closed]
I'm just starting to use Github and am not very familiar with using command line. Are there any good online resources for someone who is truly starting out? I would really hate to nuke an entire ...
0
votes
1answer
64 views
How to run macro with parameter from windows command line?
I a have need for running specified Macro from windows command line with parameter.
Simple example.
Macro should save in A1 cell the value of the parameter specified.
Is it possible to accomplish ...
0
votes
1answer
125 views
How do I insert line breaks into a text file - not programming, not fixed width - via find & replace
This is a different question from someone else's similarly-titled question.
Neither Excel nor OpenOffice allow users to specify line delimiters,
so I'm trying to replace semi-colons with line ...
2
votes
1answer
138 views
Monitoring the microphone level with a command line tool in Linux
I am looking for a tool that will tell me, in less than half a second, if the microphone is picking up any sound above a certain threshold. (I plan to then mute the Master channel with another command ...
0
votes
1answer
57 views
MySQL Command Line Client option not appearing under MySQL in Programs
I use Windows 7 OS and downloaded both SQL Server 5.1 AND ODBC driver to go with it, and successfully installed both and configured an SQL Instance.
However, I now (or before installing ODBC) have no ...
1
vote
2answers
107 views
passing on command line options in bash
I have a question. I have a script, a kind of long script written in bash aprox. 370 lines. That has several functions and in those functions the user has to enter information which is then stored in ...
3
votes
1answer
59 views
Context Menu Items and command line programs
I am currently trying to create a context menu item so that you can click on an executable file and select a scan option from the context menu, a command line program will then be launched with the ...
13
votes
5answers
348 views
notepad ++ match and delete
I have the following text in notepad ++
192.168.0.1 37 ms N/A
192.168.0.2 Dead N/S
192.168.0.3 Dead ...
0
votes
0answers
162 views
delete bash line editing- gnu grub from start up menu - Linux Mint Debian Release 1 problem
I have a 'bash line editing' gnu grub problem in the start up' in Mint Debian Release 1, i had win7 ans mint installed normally when i performed a bios update cause i thought it might help and make ...
1
vote
2answers
3k views
How to simplify a polyline in AutoCAD?
I have a polyline (lines only) which has about 500 points in it. I would like to reduce the number of points in it. How can I do it in AutoCAD? (or may be some other application)?
P.S. Polylines were ...
0
votes
1answer
239 views
Create Command line shortcuts in Windows 7
I'm using jsDoc to create documentations for my JavaScript files. The command I use is
> java -jar jsrun.jar app\run.js -a -t=templates\jsdoc mycode.js
What I want is to create a batch or ...
1
vote
1answer
157 views
Command Line Midi to Wav converter
I was wondering if anyone knew of a command line midi to wav converter?
5
votes
2answers
259 views
Linux command line utility for watching log files live?
What's a good linux command line utility for watching a log file live? It's probably obvious but I totally forgot it.
1
vote
2answers
197 views
Method to automatically dial a phone number (NOT like an autodialer)
I am working on a security camera system as a favour for some people I know. One aspect of the system is that, once movement is detected, a phone number is called (I am not trying to spam call anyone ...
2
votes
2answers
429 views
How Can I tell if the current user is Admin from Windows Command Line
Is there anything I can call from the command line which will tell me if the currently logged in user has a limited account or is an admin?
1
vote
1answer
323 views
How to make a new file on Windows in CMD?
I need a .cmd file that creates a new type of file when I click it. Is this possible? For example:
Click .cmd file
CMD pops up asking what file do I want to create...(eg: .css, .html)
Then creates ...
0
votes
1answer
233 views
rar command line for creating .zip files
Is there a way to use the rar command line to create .zip files?
1
vote
3answers
798 views
How do I create ruled lines in Word 2007?
My aim is to set up Word to use the 'Cornell Notetaking method', and I would like to be able to have 'ruled lines' as part of my page in word.
Currently, I have a split textbox, however obviously ...
2
votes
2answers
736 views
Command line tool for connecting to wireless (Ubuntu)
I was wondering how to connect to wireless in a Linux command line environment -> I'm looking for a ncurses like program to do this, not a bunch of commands and files to edit. Is there one?
1
vote
0answers
148 views
What's the best powerline networking gear to get [closed]
Rather than trying to run Ethernet cables through the walls and attic, I've decided to use powerline networking to connect my TV to my home network so I can watch YouTube content.
What's the best ...
1
vote
1answer
686 views
How to start synergy client from the command line (Windows)
Starting the dialog box is easily enough:
In my case:
C:\Program Files\Synergy\synergy.exe
But then I have to click on "Start".
Is there a flag I can add that would start the client whereby ...
3
votes
2answers
102 views
Opening Command Line ('cmd') From Explorer
Say I want to go to my documents folder and open a cmd session that starts in that folder. How might I do that? :)
1
vote
0answers
115 views
Graphic Distortion hd 5770
Im running Win7 64bit home on a Gigabyte motherboard with a single ati HD 5770 graphics card and 2x2048 Corsair ram.
The system seems very unstable, as it randomly decides to crash displaying ...
1
vote
4answers
52 views
Any software transforming broken lines into curves?
do you know of any software that would help me transform a broken line into a curved line? For example, I have an octagon or a heptagon and I want it to be transformed into something resembling a ...
3
votes
2answers
2k views
How do I count the number of lines of code in an Eclipse project?
Is there a way to count the number of lines of code in an eclipse project? I can see the total number of lines for each file, but I'd like to see how much is generated across the whole project.
1
vote
1answer
102 views
Line numbering per paragraph in Word 2007
How can I use line numbering in Word 2007, but for each paragraph? (By line numbering I mean the one from Page Layout/Setup, not regular list numbering)
So something like this:
1 Lorem ipsum dolor ...
0
votes
2answers
430 views
Philips Monitor problems - vertical lines on screen
I have an old CRT Philips Monitor 17'' and it was working well.
There were problems with the electrical power and the monitor started to make some sound and a smoke was getting out of it. I quickly ...
2
votes
2answers
3k views
Deleting entire lines in a text file based on a partial string match with Windows PowerShell
So I have several large text files I need to sort through, and remove all occurrences of lines which contain a given keyword. So basically, if I have these lines:
This is not a test
This is a ...
0
votes
4answers
2k views
sed remove CR and LF (join lines)
How can I remove with sed all CR and LF from text file (join lines)
1
vote
4answers
822 views
Windows XP environment variable editor replacement that handles lines
I'm looking for an environment variable editor that handles linebreaks well. I have a monster %PATH% to edit (edited to save side-scrolling):
C:\Program Files\Windows Resource Kits\Tools\;C:\Program ...
0
votes
3answers
1k views
Horizontal Wavy Lines on Asus VK221D 22" LCD Monitor
I have an Asus VK221D 22" monitor. I don't recall seeing these horizontal wavy lines when I first setup this monitor a few months ago, but it may have been there. Anyways I see these horizontal wavy ...
1
vote
3answers
2k views
Unix cat starting from line
What is the best way to output from a file starting from a specific line (big number like 70000). Something like:
cat --line=70000 <file>
0
votes
3answers
141 views
Remove lines efficiently in Vim
How can you remove given lines efficiently in Vim?
I want to remove all lines which match this
:g!/div/
I unsuccessfully ran:
:g!/div/s/^*//g
6
votes
3answers
2k views
Notepad++ Delete Lines with Find & Replace
Does anyone know how to delete a line using Find & Replace in Notepad++ ?
In my Find query it finds the proper lines okay: ^.pPrev.$
In the Replace field, I leave it blank thinking the line ...
2
votes
2answers
967 views
Inkscape: what are “line” objects?
What is a "line" object in Inkscape? Drawing lines in
Inkscape is by using the tool "Draw Bezier curves and
straight lines (Shift+F6)". This creates objects of another
type, "path".
Using Inkscape: ...