Sponsored Content
Top Forums Shell Programming and Scripting Command to add 1000 spaces to end of line Post 302130465 by matrixmadhan on Monday 6th of August 2007 10:07:15 AM
Old 08-06-2007
Code:
perl -e 'while (<>) { chomp; $app = " " x 1000; s/$/$app/; print "$_\n" }' filename


the string "Helloworld" in the filename
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Deleting end line spaces for along file

How can i clear all space characteres for a long file at the end of each line? (3 Replies)
Discussion started by: osymad
3 Replies

2. UNIX for Dummies Questions & Answers

add data from command line to end of file

how can I add data from command line to end of file? (3 Replies)
Discussion started by: bryan
3 Replies

3. Shell Programming and Scripting

To Trim spaces at the end of line

Hi Friends, Can any one help with this issue: How to trim spaces for each line at the end, Like I have a file in this format. EMP1 SMITH 46373 5 STREET HOWARD 74636 EMP2 JONES 5454 { these are spaces ........} EMP3 SMITH 46373 5 STREET HOWARD 74636 EMP4 JON 2554 { these are... (1 Reply)
Discussion started by: sbasetty
1 Replies

4. Shell Programming and Scripting

Append Spaces At end of each line Leaving Header and Footer

How to append constant No of spaces suppose 52 at end of each line in a file (xyz) excluding first and last line. Please Help me out for the same. (1 Reply)
Discussion started by: deepam
1 Replies

5. UNIX for Dummies Questions & Answers

how to append spaces(say 10 spaces) at the end of each line based on the length of th

Hi, I have a problem where I need to append few spaces(say 10 spaces) for each line in a file whose length is say(100 chars) and others leave as it is. I tried to find the length of each line and then if the length is say 100 chars then tried to write those lines into another file and use a sed... (17 Replies)
Discussion started by: prathima
17 Replies

6. Shell Programming and Scripting

append end of line with 8 spaces

child_amt=$amount prev_line="$prev_line $child_amt" i am getting the result like this 21234567890001343 000001004OLFXXX029100020091112 0000060 but i want 8 spaces between the eg: 21234567890001343 000001004OLFXXX029100020091112 0000060 how can i do this in .ksh (1 Reply)
Discussion started by: kshuser
1 Replies

7. UNIX for Dummies Questions & Answers

I don't want to truncate trailing spaces and ^M at the end of line

I have a script wherein I access each line of the file using a FOR loop and then perform some operations in each line. The problem is each line that gets extracted in FOR loop truncates trailing blank spaces and control characters (^M) that is present at the end of each line. I don't wan this to... (5 Replies)
Discussion started by: Shobana_s
5 Replies

8. Shell Programming and Scripting

How to add a line to the end of a set of files without using sed command?

I understand that the SED command reads all the lines in the file before adding a required line to the end of the file. Is there another command that adds a line to the end of files without reading the entire file.... SED is increasing the processing time as the number of lines in each of the... (1 Reply)
Discussion started by: Kanch
1 Replies

9. UNIX Desktop Questions & Answers

To remove the extra spaces at the end of each line in a file

I have a file of about 10k records and eace line is having an extra space of 5 byte at the end.. Iwant to remove the extra spaces at the end of each line.. Can someone please help me out.. I tried using sed command and its not working... can someone please help me out. (3 Replies)
Discussion started by: rammohan
3 Replies

10. Shell Programming and Scripting

Removing tab spaces at the end of each line

I have a file which contains the data lines like below.I want to remove the tab spaces at the end of each line.I have tried with the command sed 's/\+$//' file.but it does not work.Can anyone help me on this? 15022 15022 15022 15022 15022 15022 15023 15023 15023 15023 15023 ... (16 Replies)
Discussion started by: am24
16 Replies
Gnome2::VFS::Mime::Application(3pm)			User Contributed Perl Documentation		       Gnome2::VFS::Mime::Application(3pm)

NAME
Gnome2::VFS::Mime::Application - functions for getting information about applications and components associated with MIME types METHODS
application = Gnome2::VFS::Mime::Application->new_from_desktop_id ($id) o $id (string) Since: vfs 2.10 application = Gnome2::VFS::Mime::Application->new_from_id ($id) o $id (string) string = $app->get_binary_name Since: vfs 2.10 string = $app->get_desktop_file_path Since: vfs 2.10 string = $app->get_desktop_id Since: vfs 2.10 string = $app->get_exec Since: vfs 2.10 string = $app->get_generic_name Since: vfs 2.10 string = $app->get_icon Since: vfs 2.10 boolean = $application->is_user_owned result = $app->launch (...) o ... (list) of URI strings Since: vfs 2.4 result = $app->launch_with_env ($uri_ref, $env_ref) o $uri_ref (scalar) o $env_ref (scalar) Since: vfs 2.4 string = $app->get_name Since: vfs 2.10 boolean = $app->requires_terminal Since: vfs 2.10 $application->save string = $app->get_startup_wm_class Since: vfs 2.10 boolean = $app->supports_startup_notification Since: vfs 2.10 boolean = $app->supports_uris Since: vfs 2.10 ENUMS AND FLAGS
enum Gnome2::VFS::Result o 'ok' / 'GNOME_VFS_OK' o 'error-not-found' / 'GNOME_VFS_ERROR_NOT_FOUND' o 'error-generic' / 'GNOME_VFS_ERROR_GENERIC' o 'error-internal' / 'GNOME_VFS_ERROR_INTERNAL' o 'error-bad-parameters' / 'GNOME_VFS_ERROR_BAD_PARAMETERS' o 'error-not-supported' / 'GNOME_VFS_ERROR_NOT_SUPPORTED' o 'error-io' / 'GNOME_VFS_ERROR_IO' o 'error-corrupted-data' / 'GNOME_VFS_ERROR_CORRUPTED_DATA' o 'error-wrong-format' / 'GNOME_VFS_ERROR_WRONG_FORMAT' o 'error-bad-file' / 'GNOME_VFS_ERROR_BAD_FILE' o 'error-too-big' / 'GNOME_VFS_ERROR_TOO_BIG' o 'error-no-space' / 'GNOME_VFS_ERROR_NO_SPACE' o 'error-read-only' / 'GNOME_VFS_ERROR_READ_ONLY' o 'error-invalid-uri' / 'GNOME_VFS_ERROR_INVALID_URI' o 'error-not-open' / 'GNOME_VFS_ERROR_NOT_OPEN' o 'error-invalid-open-mode' / 'GNOME_VFS_ERROR_INVALID_OPEN_MODE' o 'error-access-denied' / 'GNOME_VFS_ERROR_ACCESS_DENIED' o 'error-too-many-open-files' / 'GNOME_VFS_ERROR_TOO_MANY_OPEN_FILES' o 'error-eof' / 'GNOME_VFS_ERROR_EOF' o 'error-not-a-directory' / 'GNOME_VFS_ERROR_NOT_A_DIRECTORY' o 'error-in-progress' / 'GNOME_VFS_ERROR_IN_PROGRESS' o 'error-interrupted' / 'GNOME_VFS_ERROR_INTERRUPTED' o 'error-file-exists' / 'GNOME_VFS_ERROR_FILE_EXISTS' o 'error-loop' / 'GNOME_VFS_ERROR_LOOP' o 'error-not-permitted' / 'GNOME_VFS_ERROR_NOT_PERMITTED' o 'error-is-directory' / 'GNOME_VFS_ERROR_IS_DIRECTORY' o 'error-no-memory' / 'GNOME_VFS_ERROR_NO_MEMORY' o 'error-host-not-found' / 'GNOME_VFS_ERROR_HOST_NOT_FOUND' o 'error-invalid-host-name' / 'GNOME_VFS_ERROR_INVALID_HOST_NAME' o 'error-host-has-no-address' / 'GNOME_VFS_ERROR_HOST_HAS_NO_ADDRESS' o 'error-login-failed' / 'GNOME_VFS_ERROR_LOGIN_FAILED' o 'error-cancelled' / 'GNOME_VFS_ERROR_CANCELLED' o 'error-directory-busy' / 'GNOME_VFS_ERROR_DIRECTORY_BUSY' o 'error-directory-not-empty' / 'GNOME_VFS_ERROR_DIRECTORY_NOT_EMPTY' o 'error-too-many-links' / 'GNOME_VFS_ERROR_TOO_MANY_LINKS' o 'error-read-only-file-system' / 'GNOME_VFS_ERROR_READ_ONLY_FILE_SYSTEM' o 'error-not-same-file-system' / 'GNOME_VFS_ERROR_NOT_SAME_FILE_SYSTEM' o 'error-name-too-long' / 'GNOME_VFS_ERROR_NAME_TOO_LONG' o 'error-service-not-available' / 'GNOME_VFS_ERROR_SERVICE_NOT_AVAILABLE' o 'error-service-obsolete' / 'GNOME_VFS_ERROR_SERVICE_OBSOLETE' o 'error-protocol-error' / 'GNOME_VFS_ERROR_PROTOCOL_ERROR' o 'error-no-master-browser' / 'GNOME_VFS_ERROR_NO_MASTER_BROWSER' o 'error-no-default' / 'GNOME_VFS_ERROR_NO_DEFAULT' o 'error-no-handler' / 'GNOME_VFS_ERROR_NO_HANDLER' o 'error-parse' / 'GNOME_VFS_ERROR_PARSE' o 'error-launch' / 'GNOME_VFS_ERROR_LAUNCH' o 'error-timeout' / 'GNOME_VFS_ERROR_TIMEOUT' o 'error-nameserver' / 'GNOME_VFS_ERROR_NAMESERVER' o 'error-locked' / 'GNOME_VFS_ERROR_LOCKED' o 'error-deprecated-function' / 'GNOME_VFS_ERROR_DEPRECATED_FUNCTION' o 'error-invalid-filename' / 'GNOME_VFS_ERROR_INVALID_FILENAME' o 'error-not-a-symbolic-link' / 'GNOME_VFS_ERROR_NOT_A_SYMBOLIC_LINK' o 'num-errors' / 'GNOME_VFS_NUM_ERRORS' SEE ALSO
Gnome2::VFS COPYRIGHT
Copyright (C) 2003-2007 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2::VFS for a full notice. perl v5.14.2 2011-11-15 Gnome2::VFS::Mime::Application(3pm)
All times are GMT -4. The time now is 11:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy