input stringlengths 0 503 | input_args listlengths 1 34 | output stringlengths 0 8.4M | exit_code int64 0 255 | redundancy_score float64 0 1 | context_patch stringlengths 2 305k | session_id int64 0 588k |
|---|---|---|---|---|---|---|
find /home/ubuntu/user_config.json -name ".*/bin/?.*" -printf "%T@ %p\n" | sort | tail - 770 | [
"find",
"/home/ubuntu/user_config.json",
"-name",
"\".*/bin/?.*\"",
"-printf",
"\"%T@",
"%p\\n\"",
"|",
"sort",
"|",
"tail",
"-",
"770"
] | 0 | 0 | [] | 188,955 | |
find .. -iwholename "*\.zip" -cmin 712 -fprint0 update_notes.txt.1 | [
"find",
"..",
"-iwholename",
"\"*\\.zip\"",
"-cmin",
"712",
"-fprint0",
"update_notes.txt.1"
] | 0 | 0 | [["=","/fs/update_notes.txt.1/time","23:30"],["=","/fs/update_notes.txt.1/size",0],["=","/fs/update_notes.txt.1/month","Dec"],["=","/fs/update_notes.txt.1/day",9]] | 188,956 | |
find logs_archive -ipath "*\.sh" -iregex "^\./.+/" -d | [
"find",
"logs_archive",
"-ipath",
"\"*\\.sh\"",
"-iregex",
"\"^\\./.+/\"",
"-d"
] | find: paths must precede expression: `maintenance_script.sh'
find: possible unquoted pattern after predicate `-ipath'? | 1 | 0 | [] | 188,957 |
ls -u -B -N .bash_logout | [
"ls",
"-u",
"-B",
"-N",
".bash_logout"
] | .bash_logout | 0 | 0 | [] | 188,958 |
find .. -quit -inum 212 -used 669 | [
"find",
"..",
"-quit",
"-inum",
"212",
"-used",
"669"
] | 0 | 0 | [] | 188,959 | |
find scripts -name "*\.tar\.*" -depth -xdev | [
"find",
"scripts",
"-name",
"\"*\\.tar\\.*\"",
"-depth",
"-xdev"
] | 0 | 0 | [] | 188,960 | |
find .. -mount -user 740 -cmin 777 | [
"find",
"..",
"-mount",
"-user",
"740",
"-cmin",
"777"
] | 0 | 0 | [] | 188,961 | |
find temp_files -nogroup -version -ignore_readdir_race | [
"find",
"temp_files",
"-nogroup",
"-version",
"-ignore_readdir_race"
] | find (GNU findutils) 4.9.0
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Eric B. Decker, James Youngman... | 0 | 0 | [] | 188,962 |
find scripts -mount -size 920 -path "^/etc/*^/etc/.*[0-9]+" | [
"find",
"scripts",
"-mount",
"-size",
"920",
"-path",
"\"^/etc/*^/etc/.*[0-9]+\""
] | 0 | 0 | [] | 188,963 | |
find temp_files -version -mtime 0 -cmin 170 | [
"find",
"temp_files",
"-version",
"-mtime",
"0",
"-cmin",
"170"
] | find (GNU findutils) 4.9.0
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Eric B. Decker, James Youngman... | 0 | 0 | [] | 188,964 |
find .. -quit -ilname ".*\.py" -follow | [
"find",
"..",
"-quit",
"-ilname",
"\".*\\.py\"",
"-follow"
] | 0 | 0 | [] | 188,965 | |
tac update_notes.txt.2 | sort -u -t ".*" -r -k 751 | tac | [
"tac",
"update_notes.txt.2",
"|",
"sort",
"-u",
"-t",
"\".*\"",
"-r",
"-k",
"751",
"|",
"tac"
] | sort: multi-character tab '.bash_logout' | 2 | 0 | [] | 188,966 |
ls -I "*\.sh" -B -1 .profile | [
"ls",
"-I",
"\"*\\.sh\"",
"-B",
"-1",
".profile"
] | .profile
maintenance_script.sh
network_setup.sh
system_status.sh
user_data_backup.sh | 0 | 0 | [] | 188,967 |
find .. -inum 796 -noignore_readdir_race -regex "^./.*\.py" | [
"find",
"..",
"-inum",
"796",
"-noignore_readdir_race",
"-regex",
"\"^./.*\\.py\""
] | 0 | 0 | [] | 188,968 | |
find .. -print -readable -iname "*\.py" | [
"find",
"..",
"-print",
"-readable",
"-iname",
"\"*\\.py\""
] | ..
../ubuntu
../ubuntu/system_info.txt
../ubuntu/system_status.sh
../ubuntu/temp_files
../ubuntu/temp_files/temporary_log.log
../ubuntu/temp_files/temp_session_data.txt
../ubuntu/temp_files/temporary_data.txt.gz
../ubuntu/temp_files/temporary_data.txt
../ubuntu/system_status_report.txt
../ubuntu/.profile
../ubuntu/proj... | 0 | 0 | [] | 188,969 |
find temp_files -noleaf -warn -cmin 842 | [
"find",
"temp_files",
"-noleaf",
"-warn",
"-cmin",
"842"
] | 0 | 0 | [] | 188,970 | |
rm -r user_data_backup.sh maintenance_script.sh web.html .profile system_status_report.txt user_config.json | [
"rm",
"-r",
"user_data_backup.sh",
"maintenance_script.sh",
"web.html",
".profile",
"system_status_report.txt",
"user_config.json"
] | 0 | 0 | [["r","/fs/.profile"],["r","/fs/user_data_backup.sh"],["r","/fs/user_config.json"],["r","/fs/maintenance_script.sh"],["r","/fs/web.html"],["r","/fs/system_status_report.txt"]] | 188,971 | |
find temp_files -links 290 -iname "^.*.[0-9]$" -atime 36 | [
"find",
"temp_files",
"-links",
"290",
"-iname",
"\"^.*.[0-9]$\"",
"-atime",
"36"
] | 0 | 0 | [] | 188,972 | |
cal 09 1992 | [
"cal",
"09",
"1992"
] | bash: line 1: cal: command not found | 127 | 0 | [] | 188,973 |
echo "[_rwx]{3}" ".*\.tar\.*" ".*\.py" ".*\.sh" | tr ".*\.sh" ".*/bin/?.*" | tac | tr ".*/bin/?.*" ",[0-9]+" | [
"echo",
"\"[_rwx]{3}\"",
"\".*\\.tar\\.*\"",
"\".*\\.py\"",
"\".*\\.sh\"",
"|",
"tr",
"\".*\\.sh\"",
"\".*/bin/?.*\"",
"|",
"tac",
"|",
"tr",
"\".*/bin/?.*\"",
"\",[0-9]+\""
] | [_rwx]{3} 474tar47 474py 47412 | 0 | 0 | [] | 188,974 |
find .. -writable -depth -user 359 | [
"find",
"..",
"-writable",
"-depth",
"-user",
"359"
] | 0 | 0 | [] | 188,975 | |
find scripts -links 528 -ilname "^.*.[0-9]$" -false | [
"find",
"scripts",
"-links",
"528",
"-ilname",
"\"^.*.[0-9]$\"",
"-false"
] | 0 | 0 | [] | 188,976 | |
find scripts -regex "*\.tar\.*" -executable -fprint .bashrc | [
"find",
"scripts",
"-regex",
"\"*\\.tar\\.*\"",
"-executable",
"-fprint",
".bashrc"
] | 0 | 0 | [["=","/fs/.bashrc/time","23:31"],["=","/fs/.bashrc/size",0],["=","/fs/.bashrc/month","Dec"],["=","/fs/.bashrc/year",2025],["=","/fs/.bashrc/day",9]] | 188,977 | |
ls -i -f -k config_settings.json | [
"ls",
"-i",
"-f",
"-k",
"config_settings.json"
] | 55 config_settings.json | 0 | 0 | [] | 188,978 |
find .. -version -gid -path "*\.sh" | [
"find",
"..",
"-version",
"-gid",
"-path",
"\"*\\.sh\""
] | find (GNU findutils) 4.9.0
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Eric B. Decker, James Youngman... | 0 | 0 | [] | 188,979 |
find temp_files -print0 -path ".*\.tar\.*" -amin 962 | [
"find",
"temp_files",
"-print0",
"-path",
"\".*\\.tar\\.*\"",
"-amin",
"962"
] | temp_files temp_files/temporary_log.log temp_files/temp_session_data.txt temp_files/temporary_data.txt.gz temp_files/temporary_data.txt | 0 | 0 | [] | 188,980 |
find temp_files -mtime 79 -ctime 451 -path "^./.*\.txt" | [
"find",
"temp_files",
"-mtime",
"79",
"-ctime",
"451",
"-path",
"\"^./.*\\.txt\""
] | 0 | 0 | [] | 188,981 | |
find logs_archive -ls -regex ".*\d" -amin 909 | [
"find",
"logs_archive",
"-ls",
"-regex",
"\".*\\d\"",
"-amin",
"909"
] | 23 4 drwxrwxr-x 2 ubuntu ubuntu 4096 Oct 16 19:43 logs_archive
83 4 -rw-rw-r-- 1 ubuntu ubuntu 416 Oct 16 19:43 logs_archive/server_log.log
82 4 -rw-rw-r-- 1 ubuntu ubuntu 640 Oct 16 19:43 logs_archive/server_archive.log
84 4 -rw-rw-r-- 1... | 0 | 0 | [] | 188,982 |
find scripts -ignore_readdir_race -warn -user 562 | [
"find",
"scripts",
"-ignore_readdir_race",
"-warn",
"-user",
"562"
] | 0 | 0 | [] | 188,983 | |
find . -iwholename "*\.py" -or -size 661 | [
"find",
".",
"-iwholename",
"\"*\\.py\"",
"-or",
"-size",
"661"
] | 0 | 0 | [] | 188,984 | |
find scripts -mtime 504 -help -uid | [
"find",
"scripts",
"-mtime",
"504",
"-help",
"-uid"
] | Usage: find [-H] [-L] [-P] [-Olevel] [-D debugopts] [path...] [expression]
Default path is the current directory; default expression is -print.
Expression may consist of: operators, options, tests, and actions.
Operators (decreasing precedence; -and is implicit where no others are given):
( EXPR ) ! EXPR -n... | 0 | 0 | [] | 188,985 |
find scripts -readable -fls system_status_report.txt -used 665 | [
"find",
"scripts",
"-readable",
"-fls",
"system_status_report.txt",
"-used",
"665"
] | 0 | 0 | [["=","/fs/system_status_report.txt/time","23:32"],["=","/fs/system_status_report.txt/size",2479],["=","/fs/system_status_report.txt/month","Dec"],["=","/fs/system_status_report.txt/day",9]] | 188,986 | |
find .. -fprint user_data_backup.sh -false -xdev | [
"find",
"..",
"-fprint",
"user_data_backup.sh",
"-false",
"-xdev"
] | 0 | 0 | [["=","/fs/user_data_backup.sh/time","23:31"],["=","/fs/user_data_backup.sh/size",2231],["=","/fs/user_data_backup.sh/month","Dec"],["=","/fs/user_data_backup.sh/day",9]] | 188,987 | |
find . -noleaf -ignore_readdir_race -amin 40 | [
"find",
".",
"-noleaf",
"-ignore_readdir_race",
"-amin",
"40"
] | 0 | 0 | [] | 188,988 | |
find . -version -noleaf -path "*\.[a-z].gz.*\.zip" | [
"find",
".",
"-version",
"-noleaf",
"-path",
"\"*\\.[a-z].gz.*\\.zip\""
] | find (GNU findutils) 4.9.0
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Eric B. Decker, James Youngman... | 0 | 0 | [] | 188,989 |
ls -b -g -N contact.txt | [
"ls",
"-b",
"-g",
"-N",
"contact.txt"
] | -rw-rw-r-- 1 ubuntu 133 Oct 16 19:43 contact.txt | 0 | 0 | [] | 188,990 |
find scripts -ilname ".*" -fprint0 .profile -path ".*\.tar\.*" | [
"find",
"scripts",
"-ilname",
"\".*\"",
"-fprint0",
".profile",
"-path",
"\".*\\.tar\\.*\""
] | find: paths must precede expression: `.bashrc'
find: possible unquoted pattern after predicate `-ilname'? | 1 | 0 | [] | 188,991 |
find scripts -nogroup -fprint user_data_backup.sh -xdev | [
"find",
"scripts",
"-nogroup",
"-fprint",
"user_data_backup.sh",
"-xdev"
] | 0 | 0 | [["=","/fs/user_data_backup.sh/time","23:33"],["=","/fs/user_data_backup.sh/size",0],["=","/fs/user_data_backup.sh/month","Dec"],["=","/fs/user_data_backup.sh/day",9]] | 188,992 | |
ls -b -w 152 -a user_data_backup.sh | [
"ls",
"-b",
"-w",
"152",
"-a",
"user_data_backup.sh"
] | user_data_backup.sh | 0 | 0 | [] | 188,993 |
find scripts -daystart -ignore_readdir_race -amin 985 | [
"find",
"scripts",
"-daystart",
"-ignore_readdir_race",
"-amin",
"985"
] | 0 | 0 | [] | 188,994 | |
find .. -ignore_readdir_race -fprint0 .bashrc -size 39 | [
"find",
"..",
"-ignore_readdir_race",
"-fprint0",
".bashrc",
"-size",
"39"
] | 0 | 0 | [["=","/fs/.bashrc/time","23:31"],["=","/fs/.bashrc/size",2231],["=","/fs/.bashrc/month","Dec"],["=","/fs/.bashrc/year",2025],["=","/fs/.bashrc/day",9]] | 188,995 | |
find .. -d -warn -user 170 | [
"find",
"..",
"-d",
"-warn",
"-user",
"170"
] | 0 | 0 | [] | 188,996 | |
find temp_files -quit -iregex "^.*[0-9]$" -xdev | [
"find",
"temp_files",
"-quit",
"-iregex",
"\"^.*[0-9]$\"",
"-xdev"
] | 0 | 0 | [] | 188,997 | |
find logs_archive -quit -lname ",[0-9]+" -path ".*" | [
"find",
"logs_archive",
"-quit",
"-lname",
"\",[0-9]+\"",
"-path",
"\".*\""
] | find: paths must precede expression: `.bashrc'
find: possible unquoted pattern after predicate `-path'? | 1 | 0 | [] | 188,998 |
find .. -ipath "*\.[a-z].gz.*\.zip" -fls user_data.csv -false | [
"find",
"..",
"-ipath",
"\"*\\.[a-z].gz.*\\.zip\"",
"-fls",
"user_data.csv",
"-false"
] | 0 | 0 | [["=","/fs/user_data.csv/time","23:31"],["=","/fs/user_data.csv/size",0],["=","/fs/user_data.csv/month","Dec"],["=","/fs/user_data.csv/day",9]] | 188,999 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.