Gentoo Archives: gentoo-user-hu

From: Bukuli Norbert <bukuli.norbert@×××××.com>
To: gentoo-user-hu@l.g.o
Subject: [gentoo-user-hu] sed probléma
Date: Tue, 30 Mar 2010 09:31:28
Message-Id: 6bee14d31003300231jb984ed9ie577cf3e91dd3d49@mail.gmail.com
1 Szaisztok!
2
3 Roppant érdekes dolgot tapasztaltam a mellékelt fájl sed-del történő
4 feldolgozásakor 32 (x86) bites rendszeren.
5
6 bukulin@szoft-nbukuli ~ $ LC_ALL='hu_HU' sed -n -E
7 's/^[^#]*(CONFIG_[^=]*)=n.*/#define \1 0/p' config
8 #define CONFIG_SWAP_90_102 0
9 #define CONFIG_ANLO 0
10 #define CONFIG_PALLET_SLEDGE 0
11 #define CONFIG_MEGSZIVOD 0
12
13
14 bukulin@szoft-nbukuli ~ $ LC_ALL='hu_HU.UTF-8' sed -n -E
15 's/^[^#]*(CONFIG_[^=]*)=n.*/#define \1 0/p' DHV/Server/config
16 #define CONFIG_SWAP_90_102 0
17 #define CONFIG_ANLO 0
18 #define CONFIG_PALLET_SLEDGE 0
19 #define 0
20
21 Tudtok erre valamilyen magyarázatot adni?
22
23 --
24 Üdvözlettel:
25 Bukuli Norbert

Attachments

File name MIME type
config application/octet-stream

Replies

Subject Author
[gentoo-user-hu] Re: sed probléma Bukuli Norbert <bukuli.norbert@×××××.com>
Re: [gentoo-user-hu] sed probléma "Pongrácz István" <pongracz.istvan@×××××.com>