3. Распаковали файлы iso в созданный раздел.
Во время проверки выскачило 2 warnings:
1. Checking for suspicious (large) shared memory segments [ Warning ]
2. Checking /dev for suspicious file types [ Warning ]
Если честно, то мне кажется что у меня началась паранойя.
Valdemar Smörman, ну да, кроме nano, vi/vim и emacs :)
Ctrl+S
тоже сохраняет файл ) по крайней мере в Арч так и работает2017 November 18
GNU nano 2.9.0 "Eta" introduces the ability to record and
replay keystrokes (M-: to start and stop recording, M-;
to play the macro back), makes ^Q and ^S do something
useful by default (^Q starts a backward search, and ^S
saves the current file), changes ^W to start always a
forward search, shows the number of open buffers (when
more than one) in the title bar, no longer asks to press
Enter when there are errors in an rc file, retires the
options '--quiet' and 'set quiet' and 'set backwards',
makes indenting and unindenting undoable, will look in
$XDG_CONFIG_HOME for a nanorc file and in $XDG_DATA_HOME
for the history files, adds a history stack for executed
commands (^R^X), does not overwrite the position-history
file of another nano, and fixes a score of tiny bugs.
NOTE: your shell may have its own version of test and/or [, which usually supersedes the version described here. Please refer to your shell's documentation for details about the options it supports.
ПУСТО
-i inplace
же результат записывается в тот же обрабатываемый фал(ы), поэтому и не будет никакого вывода на вашу консольsub
заменяет только первое вхождение в строке, если же замен предвидеться больше чем одно на строку то нужно использовать gsub
$(ls $files)
$files
? если это список файлов то зачем ему делать ls
? если же это путь к папке с файлами которые нужно обработать то и название у него должно быть соответствующееawk
но проще разделить задачу на:grep
, примерно будет выглядеть так:files=$(grep -sl ШАБЛОН $pathdir)
Под линем параметр
mitigations=off
нужно скормить ядру, под виндой вроде в реестре нужно что-то подкручивать.