diff --git a/pages.ar/linux/xclip.md b/pages.ar/linux/xclip.md index de54d09a07..2108ccb769 100644 --- a/pages.ar/linux/xclip.md +++ b/pages.ar/linux/xclip.md @@ -11,28 +11,28 @@ - إنسخ ناتج الخرج من أمر إلي الحافظة المختارة: -`echo 123 | xclip -selection {{primary|secondary|clipboard}}` +`echo 123 | xclip {{[-se|-selection]}} {{primary|secondary|clipboard}}` - إنسخ ناتج الخرج من أمر إلي حافظة النظام، باستخدام الصيغة المختصرة: -`echo 123 | xclip -sel clip` +`echo 123 | xclip {{[-se|-selection]}} {{[c|clipboard]}}` - إنسخ محتوي ملف إلي حافظة النظام: -`xclip -sel clip {{input_file.txt}}` +`xclip {{[-se|-selection]}} {{[c|clipboard]}} {{input_file.txt}}` - إنسخ محتوي صورة بصيغة PNG إلي حافظة النظام (يمكن أن تستخدم في أي برنامج عن طريق لصق): -`xclip -sel clip -t image/png {{input_file.png}}` +`xclip {{[-se|-selection]}} {{[c|clipboard]}} {{[-t|-target]}} image/png {{input_file.png}}` - إنسخ إدخال المستخدم في الطرفية أو الكونسول إلي حافظة النظام: -`xclip -i` +`xclip {{[-i|-in]}}` - إلصق محتوي حافظة x11 الأولية إلي الطرفية أو الكونسول: -`xclip -o` +`xclip {{[-o|-out]}}` - إلصق محتوي حافظة النظام إلي الطرفية أو الكونسول: -`xclip -o -sel clip` +`xclip {{[-o|-out]}} {{[-se|-selection]}} {{[c|clipboard]}}` diff --git a/pages.es/osx/sips.md b/pages.es/osx/sips.md index e936ca3a7f..2cee04ec80 100644 --- a/pages.es/osx/sips.md +++ b/pages.es/osx/sips.md @@ -22,7 +22,7 @@ - Convierte una imagen de CMYK a RGB: -`sips --matchTo "/System/Library/ColorSync/Profiles/Generic RGB Profile.icc" {{ruta/al/imagen.ext}} {{ruta/al/directorio_salida}}` +`sips --matchTo "/System/Library/ColorSync/Profiles/Generic RGB Profile.icc" {{ruta/al/imagen.ext}} --out {{ruta/al/directorio_salida}}` - Elimina el perfil ICC ColorSync de una imagen: diff --git a/pages.es/osx/tail.md b/pages.es/osx/tail.md index 11adfba83b..1d2a35abc5 100644 --- a/pages.es/osx/tail.md +++ b/pages.es/osx/tail.md @@ -6,7 +6,7 @@ - Muestra las últimas líneas 'count' del archivo: -`tail -n {{8}} {{ruta/al/archivo}}` +`tail -n 8 {{ruta/al/archivo}}` - Imprime un archivo a partir de un número de línea específico: diff --git a/pages.hi/common/stdbuf.md b/pages.hi/common/stdbuf.md index 09294601d1..41cb4e4e48 100644 --- a/pages.hi/common/stdbuf.md +++ b/pages.hi/common/stdbuf.md @@ -5,12 +5,12 @@ - `stdin` बफर का आकार 512 KiB में बदलें: -`stdbuf --input=512K {{आदेश}}` +`stdbuf {{[-i|--input]}} 512K {{आदेश}}` - `stdout` बफर को लाइन-बफर्ड में बदलें: -`stdbuf --output=L {{आदेश}}` +`stdbuf {{[-o|--output]}} L {{आदेश}}` - `stderr` बफर को अनबफर्ड में बदलें: -`stdbuf --error=0 {{आदेश}}` +`stdbuf {{[-e|--error]}} 0 {{आदेश}}` diff --git a/pages.it/linux/lvm.md b/pages.it/linux/lvm.md index 89cfb7e341..c0470c2c8a 100644 --- a/pages.it/linux/lvm.md +++ b/pages.it/linux/lvm.md @@ -17,7 +17,7 @@ - Crea un gruppo di volumi chiamato vg1 dal volume fisico su `/dev/sdXY`: -`sudo lvm vgcreate vg1 {{/dev/sdXY}}` +`sudo lvm vgcreate {{vg1}} {{/dev/sdXY}}` - Visualizza informazioni sui gruppi di volumi: @@ -25,7 +25,7 @@ - Crea un volume logico con dimensione 10G dal gruppo di volumi vg1: -`sudo lvm lvcreate {{[-L|--size]}} 10G vg1` +`sudo lvm lvcreate {{[-L|--size]}} {{10G}} {{vg1}}` - Visualizza informazioni sui volumi logici: diff --git a/pages.ko/common/npm-access.md b/pages.ko/common/npm-access.md index 505be082ec..ada93c6606 100644 --- a/pages.ko/common/npm-access.md +++ b/pages.ko/common/npm-access.md @@ -17,7 +17,7 @@ - 패키지 상태 설정 (공개 또는 비공개): -`npm access set status {{public|private}} {{패키지_이름}}` +`npm access set status={{public|private}} {{패키지_이름}}` - 패키지에 대한 접근 권한 부여: @@ -29,4 +29,4 @@ - 2단계 인증 요구 사항 구성: -`npm access set mfa {{none|publish|automation}} {{패키지_이름}}` +`npm access set mfa={{none|publish|automation}} {{패키지_이름}}` diff --git a/pages.ko/common/onionsearch.md b/pages.ko/common/onionsearch.md index ad229ff056..e333a188d4 100644 --- a/pages.ko/common/onionsearch.md +++ b/pages.ko/common/onionsearch.md @@ -22,4 +22,4 @@ - 지원되는 모든 검색 엔진 나열: -`onionsearch --help | grep -A1 -i "supported engines"` +`onionsearch --help | grep {{[-A|--after-context]}} 1 {{[-i|--ignore-case]}} "supported engines"` diff --git a/pages.ko/common/phan.md b/pages.ko/common/phan.md index 116063ba03..caf8e091af 100644 --- a/pages.ko/common/phan.md +++ b/pages.ko/common/phan.md @@ -17,7 +17,7 @@ - 하나 이상의 디렉터리 분석: -`phan --directory {{경로/대상/폴더}} --directory {{경로/대상/다른_폴더}}` +`phan {{--directory 경로/대상/폴더 --directory 경로/대상/다른_폴더 ...}}` - 구성 파일 지정 (기본값은 `.phan/config.php`): diff --git a/pages.ko/linux/libtool.md b/pages.ko/linux/libtool.md index b3a738899a..f2c536e2bb 100644 --- a/pages.ko/linux/libtool.md +++ b/pages.ko/linux/libtool.md @@ -5,28 +5,28 @@ - 소스 파일을 `libtool` 객체로 컴파일: -`libtool --mode=compile gcc {{[-c|--compile]}} {{경로/대상/원본.c}} {{[-o|--output]}} {{경로/대상/원본.lo}}` +`libtool {{[c|compile]}} gcc {{[-c|--compile]}} {{경로/대상/원본.c}} {{[-o|--output]}} {{경로/대상/원본.lo}}` - 라이브러리 또는 실행 파일 생성: -`libtool --mode=link gcc {{[-o|--output]}} {{경로/대상/라이브러리.lo}} {{경로/대상/원본.lo}}` +`libtool {{[l|link]}} gcc {{[-o|--output]}} {{경로/대상/라이브러리.lo}} {{경로/대상/원본.lo}}` - 라이브러리 경로를 자동으로 설정하여 다른 프로그램이 설치되지 않은 `libtool` 생성 프로그램 또는 라이브러리를 사용할 수 있도록 합니다: -`libtool --mode=execute gdb {{경로/대상/프로그램}}` +`libtool {{[e|execute]}} gdb {{경로/대상/프로그램}}` - 공유 라이브러리 설치: -`libtool --mode=install cp {{경로/대상/라이브러리.la}} {{경로/대상/설치_디렉토리}}` +`libtool {{[i|install]}} cp {{경로/대상/라이브러리.la}} {{경로/대상/설치_디렉토리}}` - 시스템에서 `libtool` 라이브러리 설치 완료: -`libtool --mode=finish {{경로/대상/설치_디렉토리}}` +`libtool {{[f|finish]}} {{경로/대상/설치_디렉토리}}` - 설치된 라이브러리 또는 실행 파일 삭제: -`libtool --mode=uninstall {{경로/대상/설치된_라이브러리.la}}` +`libtool {{[u|uninstall]}} {{경로/대상/설치된_라이브러리.la}}` - 설치되지 않은 라이브러리 또는 실행 파일 삭제: -`libtool --mode=clean rm {{경로/대상/원본.lo}} {{경로/대상/라이브러리.la}}` +`libtool {{[cl|clean]}} rm {{경로/대상/원본.lo}} {{경로/대상/라이브러리.la}}` diff --git a/pages.nl/linux/pw-cat.md b/pages.nl/linux/pw-cat.md index 43e2544e60..2b36591303 100644 --- a/pages.nl/linux/pw-cat.md +++ b/pages.nl/linux/pw-cat.md @@ -10,15 +10,15 @@ - Speel een MIDI-bestand af: -`pw-cat {{[-p|--playback]}} {{[-m|--midi]}} {{pad/naar/bestand.mid}}` +`pw-cat {{[-pm|--playback --midi]}} {{pad/naar/bestand.mid}}` - Speel een DSD-bestand af: -`pw-cat {{[-p|--playback]}} {{[-d|--dsd]}} {{pad/naar/bestand.dsf}}` +`pw-cat {{[-pd|--playback --dsd]}} {{pad/naar/bestand.dsf}}` - Speel een gecomprimeerde audiobestand af met passthrough (vereist FFmpeg-integratie): -`pw-cat {{[-p|--playback]}} {{[-o|--encoded]}} {{pad/naar/bestand.ac3}}` +`pw-cat {{[-po|--playback --encoded]}} {{pad/naar/bestand.ac3}}` - Speel een WAV bestand met een specifieke resampler kwaliteit (standaard 4): @@ -26,7 +26,7 @@ - Neem een MIDI-bestand op: -`pw-cat {{[-r|--record]}} {{[-m|--midi]}} {{pad/naar/bestand.mid}}` +`pw-cat {{[-rm|--record --midi]}} {{pad/naar/bestand.mid}}` - Neem een sample recording op met een volume level van 125%: diff --git a/pages.pt_BR/linux/xwinwrap.md b/pages.pt_BR/linux/xwinwrap.md index cfe19d4cb9..69dc9d760e 100644 --- a/pages.pt_BR/linux/xwinwrap.md +++ b/pages.pt_BR/linux/xwinwrap.md @@ -5,16 +5,16 @@ - Reproduz um vídeo usando mpv: -`xwinwrap -b -nf -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}` +`xwinwrap -b -nf -ov -- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}` - Reproduz um vídeo em tela cheia usando mpv: -`xwinwrap -b -nf -fs -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}` +`xwinwrap -b -nf -fs -ov -- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}` - Reproduz um vídeo usando mpv com 80% de opacidade: -`xwinwrap -b -nf -ov -o 0.8 --- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}` +`xwinwrap -b -nf -ov -o 0.8 --- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}` - Reproduz um vídeo usando mpv em um segundo monitor 1600x900 com 1920 de distância do eixo X: -`xwinwrap -g 1600x900+1920 -b -nf -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mkv}}` +`xwinwrap -g 1600x900+1920 -b -nf -ov -- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mkv}}` diff --git a/pages.tr/common/dirsearch.md b/pages.tr/common/dirsearch.md index 0ed14962d6..b28305f672 100644 --- a/pages.tr/common/dirsearch.md +++ b/pages.tr/common/dirsearch.md @@ -5,24 +5,24 @@ - Bir ağ sunucusunu yaygın eklentiler içeren yaygın yollar için tarayın: -`dirsearch --url {{url}} --extensions-list` +`dirsearch {{[-u|--url]}} {{url}} --extensions-list` - Ağ sunucularını içeren bir listeyi `.php` eklentili yaygın yollar için tarayın: -`dirsearch --url-list {{örnek/url-listesi.txt}} --extensions {{php}}` +`dirsearch {{[-l|--url-list]}} {{örnek/url-listesi.txt}} {{[-e|--extensions]}} {{php}}` - Bir ağ sunucusunu yaygın eklentiler içeren belirtilen yollar için tarayın: -`dirsearch --url {{url}} --extensions-list --wordlist {{path/to/url-yol-listesi.txt}}` +`dirsearch {{[-u|--url]}} {{url}} --extensions-list {{[-w|--wordlists]}} {{path/to/url-yol-listesi.txt}}` - Bir ağ sunucusunu çerez kullanarak tarayın: -`dirsearch --url {{url}} --extensions {{php}} --cookie {{cookie}}` +`dirsearch {{[-u|--url]}} {{url}} {{[-e|--extensions]}} {{php}} --cookie {{cookie}}` - Bir ağ sunucusunu `HEAD` HTTP metodunu kullanarak tarayın: -`dirsearch --url {{url}} --extensions {{php}} --http-method {{HEAD}}` +`dirsearch {{[-u|--url]}} {{url}} {{[-e|--extensions]}} {{php}} {{[-m|--http-method]}} {{HEAD}}` - Bir ağ sunucusunu tarayın ve sonuçları bir `.json` dosyasına kaydedin: -`dirsearch --url {{url}} --extensions {{php}} --json-report {{örnek/rapor_dosyası.json}}` +`dirsearch {{[-u|--url]}} {{url}} {{[-e|--extensions]}} {{php}} --json-report {{örnek/rapor_dosyası.json}}`