Sponsored Content
Full Discussion: Error removed from file
Top Forums Shell Programming and Scripting Error removed from file Post 302938982 by sea on Friday 20th of March 2015 02:17:15 PM
Old 03-20-2015
When i open the screenshot.doc in AbiWord i see nothing but an empty page.

On the other hand, not sure if i understand you correct, if i do, this might help:
Code:
while read id;do check ;done<GJB2.txt

Or in multiline:
Code:
while read id
do  check
done<GJB2.txt

hth
 

10 More Discussions You Might Find Interesting

1. Solaris

after init all /tmp file has been removed

I'm new in Solaris server After the system support reboot the Solaris server, all the files in /tmp has been removed, is that normal under Solaris or under different init level will get different result? which init level will do that? (5 Replies)
Discussion started by: yesthomas
5 Replies

2. Shell Programming and Scripting

Please Help. Strings in file 1 need to be searched and removed from file 2

Please help. Here is my problem. I have 9000 lines in file a and 500,000 lines in file b. For each line in file a I need to search file b and remove that line. I am currently using the grep -v command and loading the output into a new file. However, because of the size of file b this takes an... (4 Replies)
Discussion started by: mjs3221
4 Replies

3. UNIX for Dummies Questions & Answers

how to removed chr(10) characters in a file

Hi, How do we remove an extra new line in a file. New line in ascii is called chr(10). Suppose we have a file as: 12345 98765 ------ ------ From the above i represented new line with dashed lines. Basically i have 2 new lines with white space at the end of the file. How do i removes... (1 Reply)
Discussion started by: sandeep_1105
1 Replies

4. Linux

file removed

Hi Team, I have deleted a file accidentally by using rm command. I am not the root(admin) user. Can you please let me know how to get that .tex file? (2 Replies)
Discussion started by: darling
2 Replies

5. Red Hat

How to update rpm database regarding removed file of a package?

For Suppose, I have installed a package having files file1, file2 and file3. After installation, I removed the file "file3". But "rpm -qf file3" is giving the package name, even file3 was not there. And also "rpm -ql package" is also displaying all 3 files. How can i update rpm database about... (6 Replies)
Discussion started by: snreddy_gopu
6 Replies

6. Programming

The fwrite function is not returning error, if the file was removed.

The fwrite function call is not returning error, when the file it writes to is removed, please advise on how to find if the file already opened and being written by a program is removed manually or by some other process. please see the code below, #include<stdio.h> #include<stdlib.h> ... (3 Replies)
Discussion started by: Kesavan
3 Replies

7. Solaris

File system full - not removed: No space left on device

Does anyone have any advise on trying to clean up a full filesystem? I can't rm any files because of the follow: not removed: No space left on device Any help would be very much appreciated. (10 Replies)
Discussion started by: craigsky
10 Replies

8. UNIX for Beginners Questions & Answers

File Containing Extra delimiter should be removed

The input file is this: a|b|c|d x|y|z|n||||||||| p|q|r|s||| g|h|i| w|e|r|| Now as per requirement , each row should have only 3 delimiter. Now the 2nd row & last row has an extra delimiter, How to remove that ? In some large file having 100K data , there can be 100 such rows having... (4 Replies)
Discussion started by: ikdKunal
4 Replies

9. UNIX for Beginners Questions & Answers

File Management: Removing of files from Server2 IF the same file is removed from Server1.

Hi Folks, I have a requirement of file management on different servers. Source Server is SERVER-A. Two servers will fetch files from SERVER-A: SERVER1 and SERVER2. 4th SERVER is SERVER-B, It will fetch files from SERVER1. If SERVER1 goes DOWN, SERVER-B will fetch pending files from... (2 Replies)
Discussion started by: Raza Ali
2 Replies

10. Shell Programming and Scripting

Recover the original file once removed

Hi All, Is there is any machanisim, once delete the file can we restore it. Thanks (8 Replies)
Discussion started by: bmk123
8 Replies
FBGRAB(1)							   fbgrab manual							 FBGRAB(1)

NAME
fbgrab - takes a screenshot using the framebuffer device SYNOPSIS
fbgrab [option...] png-file fbgrab -? DESCRIPTION
fbgrab is a wrapper around fbcat which emulates the behaviour of Gunnar Monell's fbgrab utility. OPTIONS
fbgrab accepts the following options: -c N Grab the /dev/ttyN virtual terminal. Note This option might require root privileges (or CAP_SYS_TTY_CONFIG capability). -C N Switch to the /dev/ttyN virtual terminal, then wait a few seconds before grabbing it. Note This option might require root privileges (or CAP_SYS_TTY_CONFIG capability). -d fb-device Use the fb-device framebuffer device. By default, the device name is taken from the FRAMEBUFFER environment variable. If it is unset or empty, the default is /dev/fb0. -i Enable PNG interlacing. -s N Sleep N seconds before making the screenshot or switching virtual terminals. -? Display help and exit. UNSUPPORTED OPTIONS
The following options of Gunnar Monell's fbgrab are recognized but not supported: -f fb-dump-file -b N -w N -h N SEE ALSO
png(5), fbcat(1) COPYRIGHT
Copyright (C) 2009, 2011 Jakub Wilk fbgrab 0.3 05/14/2012 FBGRAB(1)
All times are GMT -4. The time now is 11:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy