- ディレクトリを再帰的に検索
$ grep -r dir
- ディレクトリを再帰的に検索し、行番号も表示
$ grep -rn dir
# インストールされているアプリのパッケージ名一覧を取得 | |
$ adb shell pm list package |
<?xml version="1.0"?> | |
<root> | |
<appdef> | |
<appname>ECLIPSE</appname> | |
<equal>org.eclipse.platfrom.ide</equal> | |
</appdef> | |
<item> | |
<name>Escape to EISUU+Escape</name> | |
<identifier>remap.jis_escape2eisuuAndEscape_terminal</identifier> | |
<autogen>--KeyOverlaidModifier-- KeyCode::ESCAPE, KeyCode::JIS_EISUU, KeyCode::ESCAPE</autogen> |
$ sips --setProperty format jpeg input.heic --out output.jpg |
{"phrase": "荒野を走れどこまでも"} |
curl -H "accept: application/json" -H "Authorization: Bearer [取得したAccessToken]" -X GET "https://api.nature.global/[API Path]"
jq
コマンドで見るといい<?php | |
// 設定項目 | |
$client_id = '<client_id>' ; // クライアントID | |
$uuuent_secret = '<client_secret>' ; // クライアントシークレット | |
$redirect_uri = ( !isset($_SERVER['HTTPS']) || empty($_SERVER['HTTPS']) ? 'http://' : 'https://' ) . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] ; // このプログラムを設置するURL | |
$scope = 'activity location' ; // アプリの権限 | |
// セッションスタート |
""""""""""""""""""""""""""""""""""""""" | |
""""" Basic Settings | |
""""""""""""""""""""""""""""""""""""""" | |
set noautofocus | |
set cncpcompletion | |
let scrollstep = 250 | |
let locale = "jp" | |
let barposition = "bottom" | |
map gR reverseImage | |
map : ; |