Sponsored Content
Full Discussion: Removed ^M from Libraries
Top Forums UNIX for Advanced & Expert Users Removed ^M from Libraries Post 302231041 by telecomics on Monday 1st of September 2008 10:20:30 AM
Old 09-01-2008
Removed ^M from Libraries

I used the following to remove ^M in all files - I guess i did it in haste Smilie

find / -name "*" | xargs perl -p -i -e 's/^M//g' *


It changed all my LIBRABRIES since i used -- perl -p -i -e 's/^M//g' *

Is there some way to revert this from my libraries . Does any revert command exits for the Control M in libraries. I believe my libraries are corrupted now.

Regards,
Telecomics
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Will Old Files Be Removed

I have windows Xp installed, and decided to install Solaris Sun Unix 10. The hard disk was previousely partitioned into 5 partition. C: = Win98 D = WinXP and e,f,g,h are applications and so on. When istalling Sun Unix, will all the drives be removed, or I will specify where to install it. Thanks... (5 Replies)
Discussion started by: sunsation
5 Replies

2. Shell Programming and Scripting

directories are not getting removed

hello Everyone. I'm having the following problem: I have number of installation in the directory. each installation consists of executable file and directory. when I do the new installation I move old one to File_name-Time_stamp. this is done for executable and for directory. Everything is done... (6 Replies)
Discussion started by: slavam
6 Replies

3. UNIX for Dummies Questions & Answers

recovering files removed with rm

Hello, I was reading the manual on rm and it states that when you use 'rm' the files are usual recoverable, how is this done? Does it assume that a backup system is in place? Cheers Jack (4 Replies)
Discussion started by: jack1981
4 Replies

4. UNIX for Dummies Questions & Answers

a way to tell what was removed after rm -rf ?

Hello all! I ran rm -rf on a wrong directory, noticed it and hit ctrl-c. Is there any way on a debian machine to tell what actually got deleted? As there were many dirs and files in this directory that I don't care for, I'd like to see if anything important was removed. Or do you know in... (4 Replies)
Discussion started by: thosch
4 Replies

5. Shell Programming and Scripting

Duplicates to be removed

Hi, I have a text file with 2000 rows and 2000 columns (number of columns might vary from row to row) and "comma" is the delimiter. In every row, there maybe few duplicates and we need to remove those duplicates and "shift left" the consequent values. ex: 111 222 111 555 444 999 666... (6 Replies)
Discussion started by: prvnrk
6 Replies

6. Shell Programming and Scripting

Removed Lines

Hi Guys, I am using SunOS 5.9 running Oracle Databases on it... I have log files that I suspect that some lines within the logs where removed. How do I tell if indeed some lines within a particular file where removed and by whom? Thanks in advance (2 Replies)
Discussion started by: Phuti
2 Replies

7. 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
PERLEXPERIMENT(1)					 Perl Programmers Reference Guide					 PERLEXPERIMENT(1)

NAME
perlexperiment - A listing of experimental features in Perl DESCRIPTION
This document lists the current and past experimental features in the perl core. Although all of these are documented with their appropriate topics, this succinct listing gives you an overview and basic facts about their status. So far I've merely tried to find and list the experimental features and infer their inception, versions, etc. There's a lot of speculation here. Current experiments fork() emulation Introduced in Perl 5.6.1 See also perlfork Weak references Introduced in Perl 5.6.0 Internal file glob Introduced in Perl 5.6.0 Accepted in XXX 64-bit support Introduced in Perl 5.005 Accepted in XXX die accepts a reference Introduced in Perl 5.005 Accepted in Perl XXX Unicode support Introduced in Perl 5.6.0 Accepted in Perl 5.8.0 XXX -Dusemultiplicity -Dusethreads Introduced in Perl 5.6.0 Long Doubles Still Don't Work In Solaris Introduced in Perl 5.7.0 GetOpt::Long Options can now take multiple values at once (experimental) "Getopt::Long" upgraded to version 2.35 Removed in Perl 5.8.8 5.005-style threading Introduced in Perl 5.005 Removed in Perl 5.10 XXX Test::Harness::Straps Removed in Perl 5.10.1 perlcc Introduced in Perl 5.005 Removed in Perl 5.9.0 "our" can now have an experimental optional attribute "unique" Introduced in Perl 5.8.0 Deprecated in Perl 5.10.0 Assertions The "-A" command line switch Introduced in Perl 5.9.0 Removed in Perl 5.9.5 Linux abstract Unix domain sockets Introduced in Perl 5.9.2 See also Socket Pod::HTML2Pod Pod::PXML threads The <:pop> IO pseudolayer See also perlrun The <:win32> IO pseudolayer See also perlrun MLDBM See also perldsc internal functions with M flag See also perlguts lex_start API Introduced in Perl 5.13.7 internal API for %H Introduced in Perl 5.13.7 See also "cophh_" in perlapi. av_create_and_push av_create_and_unshift_one av_create_and_unshift_one PL_keyword_plugin hv_iternext_flags lex_bufutf8 lex_discard_to lex_grow_linestr lex_next_chunk lex_peek_unichar lex_read_space lex_read_to lex_read_unichar lex_stuff_pv lex_stuff_pvn lex_stuff_pvs lex_stuff_sv lex_unstuff parse_fullstmt parse_stmtseq PL_parser->bufend PL_parser->bufptr PL_parser->linestart PL_parser->linestr Perl_signbit pad_findmy sv_utf8_decode sv_utf8_downgrade bytes_from_utf8 bytes_to_utf8 utf8_to_bytes DB module Introduced in Perl 5.6.0 See also perldebug, perldebtut The pseudo-hash data type Introduced in Perl 5.6.0 Lvalue subroutines Introduced in Perl 5.6.0 See also perlsub There is an "installhtml" target in the Makefile. Unicode in Perl on EBCDIC "(?{code})" See also perlre "(??{ code })" See also perlre Backtracking control verbs "(*ACCEPT)" Introduced in: Perl 5.10 See also: "Special Backtracking Control Verbs" in perlre Code expressions, conditional expressions, and independent expressions in regexes The "N" regex character class The "N" character class, not to be confused with the named character sequence "N{NAME}", denotes any non-newline character in a regular expression. Introduced in: Perl 5.12 See also: gv_try_downgrade See also perlintern Experimental Support for Sun Studio Compilers for Linux OS See also perllinux Pluggable keywords See "PL_keyword_plugin" in perlapi for the mechanism. Introduced in: Perl 5.11.2 Accepted features These features were so wildly successful and played so well with others that we decided to remove their experimental status and admit them as full, stable features in the world of Perl, lavishing all the benefits and luxuries thereof. They are also awarded +5 Stability and +3 Charisma. (none yet identified) Removed features These features are no longer considered experimental and their functionality has disappeared. It's your own fault if you wrote production programs using these features after we explicitly told you not to (see perlpolicy). "legacy" The experimental "legacy" pragma was swallowed by the "feature" pragma. Introduced in: 5.11.2 Removed in: 5.11.3 AUTHORS
brian d foy "<brian.d.foy@gmail.com>" COPYRIGHT
Copyright 2010, brian d foy "<brian.d.foy@gmail.com>" LICENSE
You can use and redistribute this document under the same terms as Perl itself. perl v5.16.2 2012-10-25 PERLEXPERIMENT(1)
All times are GMT -4. The time now is 02:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy