-
as seen on Super User
- Search for 'Super User'
I am currently working on a document that was written using Microsoft Word 2007 and I am also using Microsoft Word 2007 to update the document. It is just the way of the workplace I am now in.
I have noticed that the feature of adding nested headers ("subheaders" perhaps) does not work the same…
>>> More
-
as seen on Super User
- Search for 'Super User'
Recently, something changed with my Microsoft Word 2007 installation/preferences on Windows XP, such that whenever I open a word document, all the field codes are displayed raw instead of as their expanded value. For example, my header reads:
My Name { TITLE \* MERGEFORMAT } Version { REVNUM…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi,
I was wondering if there's a way to get a word count that excludes text with a specific Style in a Microsoft Word 2007 document?
I've seen this related question, but I've got blocks of source code scattered throughout which would mean I'd have to go through each of my documents a section at…
>>> More
-
as seen on Super User
- Search for 'Super User'
I tend to have a few Word documents that I keep open all the time, with notes for a long-running project. Normally they are all minimized.
The problem is that when I click on a different .doc or .docx file in Windows Explorer, even though the new document opens in its own window, the other, minimized…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to open a word document through my program in C# and document path to read or write to.
2.To change the formatting of text in the word document as if i wanted the word window to give me the text in RTF format or plain text or docx (supported formats)
3.If i can retrieve the text in my given…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a script that does some housekeeping that works perfectly well when invoked from an interactive shell, but did nothing when invoked by cron. To troubleshoot this I started a shell with a 'blank' environment with the command:
env -i /bin/bash --noprofile --norc
Using this blank env I've dug…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
We manufacture a linux appliance for data centers, and all are running fedora installed from the same kickstart process. There are different hardware versions, some with IDE hard drives and some SCSI, so the filesystems may be at /dev/sdaN or /dev/hdaN.
We have a web interface into these appliances…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm looking for the string "foo=" (without quotes) in text files in a directory tree. It's on a common Linux machine, I have bash shell:
grep -ircl "foo=" *
In the directories are also many binary files which match "foo=". As these results are not relevant and slow down the search, I want grep…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I've downloaded and installed the GnuWin32 tools, and added the grep executables to the Emacs bin. I've also, for what its worth, added the GnuWin32 bin folder to my Path variable.
Problem is though, when I try and run with suggested grep commands, I always get:
Grep exited abnormally with…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi,
How can I use 'grep' to get lines start with '* ' in my file?
I tried grep "" myfile
I tried grep " " myfile
but returns all the lines of my file.
Thank you.
>>> More