find > file.list
Спасибо!

Даже можно упростить и вот так: find > file.list
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
Будем убирать всё кроме русского и латиницы, цифр и '_' c '.', остальное заменив на '__'? Верная идея?
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
Найти например смогу их, а вот переименовать не понял как. Нужно нечто такое, как мне друг подсказал.
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
Переименовывать отдельные файлы могу, но их около 7 Гб всех файлов. Дерево каталогов возможно и даст 255 символов, могу сократить, но как убрать эти чертовские символы?
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
Natrio, да это переход на новую строку, но откуда они взялись не знаю, либо скачал из библиотеки такой файл, либо когда переименовывал скопировал просто с названия книги вместе с переносом. Как побороть эти косяки? Буду очень признателен. Имена все, меньше 255 символов.
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
sdc это карточка мелкая в картридере
sdd это флешка
$ grep media /proc/mounts
/dev/sda6 /media/bcb536f2-ef06-4838-ad5e-b48bb6960be0 ext4 rw,nosuid,nodev,relatime,data=ordered 0 0
/dev/sdc1 /run/media/nnikita/951C-3AB8 vfat rw,nosuid,nodev,relatime,uid=1000,gid=100,fmask=0022,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro 0 0
/dev/sdd1 /run/media/nnikita/EC69-3712 vfat rw,nosuid,nodev,relatime,uid=1000,gid=100,fmask=0022,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro 0 0
$

одна карточка другая флешка, но ни туда ни туда не залетают файлы...
проблема в том, оказалось, что появились в именах странные символы: например
На ЖФС залетело без проблем. Хотелось бы также на FAT32... Как побороть эти странные символы?
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
Ошибка оказывается в другом.
Со мной на 85% не дружит Midnight Commander:
; ; ;

; ; .
Имена файлов и каталогов очень приличные оказались (без вредных символов):
например:
  • Оверлейные спецификации класса beamer
  • С. М. Львовский Набор и вёрстка в системе LaTeX 2003
  • О ДИФФЕРЕНЦИРУЕМОСТИ ОТОБРАЖЕНИЙ И СТРОЕНИИ ПРОСТРАНСТВ ГОЛОМОРФНЫХ ФУНКЦИЙ НА БЕСКОНЕЧНОМЕРНЫХ ПРОСТРАНСТВАХ В. П. Кондаков
  • К. Б. Петренко ГРАНИЧНЫЕ СВОЙСТВА ВЕКТОРНОЗНАЧНЫХ АНАЛИТИЧЕСКИХ ФУНКЦИЙ В ПОЛИКРУГЕ
и так далее...
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
Просто огроменный список выводит на команду
$ find . -regex '.*\(+\|,\|.\|;\|=\|[\|]\).*'
. Подскажите как сделать, что бы он не воспринимал, точку которая идёт перед расширением, а также заменил все эти символы например на '_'. Спасибо, заранее, за советы и наводку.

P.S.: Также хотелось бы узнать, хотел стандартными простыми средствами создать текстовый файл с запрещённым в фат32 символом мной использованным в именах через
ls|grep + > +.txt
, но он не ходит по подкаталогам, это можно исправить? их слишком много, поэтому будем осваивать find
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
Доброго времени суток!

Имел:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
 devpts        /dev/pts        devpts  defaults        0       0
/dev/sda1       /       ext4    defaults        0       1
/dev/sda6       /media/bcb536f2-ef06-4838-ad5e-b48bb6960be0     ext4    default$
 shm        /dev/shm        tmpfs   nodev,nosuid    0       0
/dev/sda5       swap    swap    defaults        0       0
#/dev/cdrom     /media/cd       auto    ro,user,noauto,unhide   0       0
#/dev/dvd       /media/dvd      auto    ro,user,noauto,unhide   0       0
#/dev/fd0       /media/fl       auto    user,noauto     0       0

Закомментировал devpts и shm.

fstab.pacnew полность закомментированный:
#
# /etc/fstab: static file system information
#
# <file system> <dir>   <type>  <options>       <dump>  <pass>

Терминал и htop заработали,
konstantinov-ms
Большое спасибо sirocco!

При запуске имеем в журнале:
$ sudo journalctl -b -a -p 3
-- Logs begin at Чт 2013-04-25 22:29:04 MSK, end at Сб 2013-08-17 23:33:23 MSK.
авг 17 23:28:11 myhost systemd-udevd[135]: specified group 'plugdev' unknown
авг 17 23:28:11 myhost kernel: end_request: I/O error, dev fd0, sector 0
авг 17 23:28:12 myhost kernel: end_request: I/O error, dev fd0, sector 0
авг 17 23:28:46 myhost bluetoothd[509]: DIS cannot start: GATT is disabled
авг 17 23:28:46 myhost bluetoothd[509]: Failed to init deviceinfo plugin
авг 17 23:28:46 myhost bluetoothd[509]: Failed to init proximity plugin
авг 17 23:28:46 myhost bluetoothd[509]: Failed to init time plugin
авг 17 23:28:46 myhost bluetoothd[509]: Failed to init alert plugin
авг 17 23:28:46 myhost bluetoothd[509]: Failed to init thermometer plugin
авг 17 23:28:46 myhost bluetoothd[509]: Failed to init gatt_example plugin
авг 17 23:28:52 myhost pppd[270]: Unable to complete PPPoE Discovery
авг 17 23:29:57 myhost pppd[270]: Unable to complete PPPoE Discovery
авг 17 23:31:03 myhost pppd[270]: Unable to complete PPPoE Discovery
авг 17 23:32:08 myhost pppd[270]: Unable to complete PPPoE Discovery
авг 17 23:33:13 myhost pppd[270]: Unable to complete PPPoE Discovery
$ 
Ну с БТ мне ясно, не подрубил его он мне не нужен, pppd ругается так как у меня WiFi и роутер раздаёт IP, при запуске $ sudo dhcpcd, а вот чего от меня хочет kernel и systemd-udevd мне не ясно.

Нужно ли ещё, что-то делать с glibc? Сейчас обновил до glibc-2.18-2.

Спасибо!
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
Aivar
Aivar
Думаю, до фикса протянуть без отката.
Фраза получилась крылатой, но бесполезной... )
http://archlinux.org.ru/forum/topic/12188/?page=2#post-117597
Тоже уже увидел решение, вечером-ночью буду проверять. Спасибо.
Надеюсь код для find верно себе представил вчера.
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin